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