Merge pull request from SMJSGaming/patch-1

Added 3 missing members to CCAnimateFrameCache
This commit is contained in:
alk 2023-09-23 19:47:19 +03:00 committed by GitHub
commit 438fdb8dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,6 +280,10 @@ class CCAnimatedSprite : cocos2d::CCSprite {
class CCAnimateFrameCache : cocos2d::CCObject {
static CCAnimateFrameCache* sharedSpriteFrameCache() = mac 0x2e4df0, win 0x158f0;
void addSpriteFramesWithFile(const char* file) = win 0x159b0;
cocos2d::CCDictionary* m_unknown1;
cocos2d::CCDictionary* m_unknown2;
cocos2d::CCDictionary* m_unknown3;
}
class CCBlockLayer : cocos2d::CCLayerColor {