mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
missing a fully qualified name there
This commit is contained in:
parent
a2b7573bdc
commit
064de3350e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class cocos2d::CCAction {
|
|||
class cocos2d::CCActionInterval {
|
||||
virtual cocos2d::CCObject* copyWithZone(cocos2d::CCZone* zone) = mac 0x1f2550;
|
||||
virtual bool isDone() = mac 0x1f2640;
|
||||
virtual void startWithTarget(CCNode* pTarget) = mac 0x1f2700;
|
||||
virtual void startWithTarget(cocos2d::CCNode* pTarget) = mac 0x1f2700;
|
||||
virtual void step(float dt) = mac 0x1f2660;
|
||||
bool initWithDuration(float d) = mac 0x1f2510;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue