mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-15 14:34:50 -04:00
CCContentManager
This commit is contained in:
parent
996a62e30e
commit
c37c0850c9
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ class CC_DLL CCContentManager : public cocos2d::CCObject
|
|||
public:
|
||||
static CCContentManager* sharedManager();
|
||||
CCContentManager() {}
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCContentManager, CCObject)
|
||||
|
||||
bool init();
|
||||
|
||||
cocos2d::CCDictionary* addDict(const char* dict, bool unk);
|
||||
|
|
Loading…
Add table
Reference in a new issue