MMatchGameType.h
00001 #ifndef _MMATCHGAMETYPE_H 00002 #define _MMATCHGAMETYPE_H 00003 00004 #include "MBaseGameType.h" 00005 00006 00007 00008 class MMatchGameTypeMgr : public MBaseGameTypeCatalogue 00009 { 00010 public: 00011 MMatchGameTypeMgr(); 00012 virtual ~MMatchGameTypeMgr(); 00013 static MMatchGameTypeMgr* GetInstance(); 00014 }; 00015 00016 00017 inline MMatchGameTypeMgr* MGetGameTypeMgr() 00018 { 00019 return MMatchGameTypeMgr::GetInstance(); 00020 } 00021 00022 00023 #endif
MAIET entertainment