mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
add binding
This commit is contained in:
parent
1b77582242
commit
9cae546797
1 changed files with 1 additions and 0 deletions
|
@ -998,6 +998,7 @@ class CustomSongLayer : FLAlertLayer, FLAlertLayerProtocol, TextInputDelegate, G
|
|||
bool init(LevelSettingsObject*) = mac 0xf06f0, win 0x65c10;
|
||||
void onArtists(cocos2d::CCObject*) = mac 0xf1950;
|
||||
void onSongBrowser(cocos2d::CCObject*) = mac 0xf18a0, win 0x67080;
|
||||
void onSearch(cocos2d::CCObject*) = mac 0xf1ad0, win 0x66de0;
|
||||
|
||||
LevelSettingsObject* m_levelSettings;
|
||||
CCTextInputNode* m_songIDInput;
|
||||
|
|
Loading…
Reference in a new issue