mirror of
https://github.com/Marat-Tanalin/bsnes-mt.git
synced 2025-04-02 10:21:42 -04:00
11 lines
108 B
C++
11 lines
108 B
C++
#if defined(Hiro_Group)
|
|
|
|
namespace hiro {
|
|
|
|
struct pGroup : pObject {
|
|
Declare(Group, Object)
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|