CCContentManager members ()

This commit is contained in:
Jasmine 2025-03-02 09:38:36 -05:00 committed by GitHub
parent 7a05601732
commit ecdd3b290f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,8 @@ public:
cocos2d::CCDictionary* addDictDS(const char* dict);
void clearCache();
public:
cocos2d::CCDictionary* m_pDictCache;
};
#endif