#ifndef __ACHIEVEMENTMANAGER_H__ #define __ACHIEVEMENTMANAGER_H__ #include namespace gd { class GDH_DLL AchievementManager : public cocos2d::CCNode { protected: PAD(16); cocos2d::CCDictionary* m_pAchievements; PAD(4); public: static AchievementManager* sharedState() { return reinterpret_cast( base + 0x7B10 )(); } }; } #endif