mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix missing full cocos2d class path
This commit is contained in:
parent
255a48ec40
commit
bbbfd0ff80
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ class cocos2d::CCScheduler {
|
||||||
void scheduleSelector(cocos2d::SEL_SCHEDULE selector, cocos2d::CCObject* target, float interval, bool paused) {
|
void scheduleSelector(cocos2d::SEL_SCHEDULE selector, cocos2d::CCObject* target, float interval, bool paused) {
|
||||||
this->scheduleSelector(selector, target, interval, kCCRepeatForever, 0, paused);
|
this->scheduleSelector(selector, target, interval, kCCRepeatForever, 0, paused);
|
||||||
}
|
}
|
||||||
void unscheduleSelector(SEL_SCHEDULE pfnSelector, CCObject *pTarget) = mac 0x2425f0;
|
void unscheduleSelector(cocos2d::SEL_SCHEDULE pfnSelector, cocos2d::CCObject *pTarget) = mac 0x2425f0;
|
||||||
auto scheduleUpdateForTarget(cocos2d::CCObject*, int, bool) = mac 0x2438d0;
|
auto scheduleUpdateForTarget(cocos2d::CCObject*, int, bool) = mac 0x2438d0;
|
||||||
auto unscheduleAllForTarget(cocos2d::CCObject*) = mac 0x243e40;
|
auto unscheduleAllForTarget(cocos2d::CCObject*) = mac 0x243e40;
|
||||||
auto unscheduleUpdateForTarget(cocos2d::CCObject const*) = mac 0x243c60;
|
auto unscheduleUpdateForTarget(cocos2d::CCObject const*) = mac 0x243c60;
|
||||||
|
|
Loading…
Reference in a new issue