CCContentManager

This commit is contained in:
Jasmine 2025-03-12 12:23:01 -04:00
parent 996a62e30e
commit c37c0850c9

View file

@ -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);