mirror of https://github.com/bsnes-emu/bsnes.git
12 lines
114 B
C++
12 lines
114 B
C++
|
#if defined(Hiro_Layout)
|
||
|
|
||
|
namespace hiro {
|
||
|
|
||
|
struct pLayout : pSizable {
|
||
|
Declare(Layout, Sizable);
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|