mirror of https://github.com/bsnes-emu/bsnes.git
12 lines
108 B
C++
12 lines
108 B
C++
|
#if defined(Hiro_Group)
|
||
|
|
||
|
namespace hiro {
|
||
|
|
||
|
struct pGroup : pObject {
|
||
|
Declare(Group, Object)
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|