mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
Merge pull request #257 from SMJSGaming/patch-1
Added 3 missing members to CCAnimateFrameCache
This commit is contained in:
commit
438fdb8dca
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue