fix missing full cocos2d class path

This commit is contained in:
HJfod 2023-04-16 11:29:52 +03:00
parent 255a48ec40
commit bbbfd0ff80

View file

@ -745,7 +745,7 @@ class cocos2d::CCScheduler {
void scheduleSelector(cocos2d::SEL_SCHEDULE selector, cocos2d::CCObject* target, float interval, bool 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 unscheduleAllForTarget(cocos2d::CCObject*) = mac 0x243e40;
auto unscheduleUpdateForTarget(cocos2d::CCObject const*) = mac 0x243c60;