group.hpp 109 B

123456789101112
  1. #if defined(Hiro_Group)
  2. namespace hiro {
  3. struct pGroup : pObject {
  4. Declare(Group, Object);
  5. };
  6. }
  7. #endif