WorldMapModule.h 287 B

1234567891011121314151617
  1. #ifndef _WORLD_MAP_MODULE_H_
  2. #define _WORLD_MAP_MODULE_H_
  3. #include <OgreSingleton.h>
  4. #include "common/TypeDefine.h"
  5. namespace QGears {
  6. class WorldMapModule : public Ogre::Singleton< WorldMapModule >
  7. {
  8. public:
  9. void Init();
  10. };
  11. } // namespace QGears
  12. #endif // _WORLD_MAP_MODULE_H_