mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
add the cocos namespace
This commit is contained in:
parent
93e56bfdae
commit
5d5b90e67c
1 changed files with 2 additions and 2 deletions
|
@ -1309,8 +1309,8 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
|
|||
|
||||
void create(LevelEditorLayer*) = mac 0x8a80, win 0x76270;
|
||||
cocos2d::CCArray* createCustomItems() = mac 0x1ddf0, win 0x7a370;
|
||||
void onDeleteCustomItem(CCObject* pSender) = win 0x7a280, mac 0x29860;
|
||||
void onNewCustomItem(CCObject* pSender) = win 0x79fd0, mac 0x24480;
|
||||
void onDeleteCustomItem(cocos2d::CCObject* pSender) = win 0x7a280, mac 0x29860;
|
||||
void onNewCustomItem(cocos2d::CCObject* pSender) = win 0x79fd0, mac 0x24480;
|
||||
void deselectAll() = mac 0x1f300, win 0x86af0;
|
||||
void onDeselectAll(cocos2d::CCObject*) = mac 0x19cd0, win 0x86ac0;
|
||||
void disableButton(CreateMenuItem*) = mac 0x1c0f0, win 0x78af0;
|
||||
|
|
Loading…
Reference in a new issue