DEBSOURCES
Skip Quicknav
sources / higan / 106-2 / hiro / reference / widget / layout.hpp
123456789
namespace phoenix { struct pLayout : public pSizable { Layout& layout; pLayout(Layout& layout) : pSizable(layout), layout(layout) {} }; }