add binding

This commit is contained in:
camila314 2023-10-22 13:43:15 -05:00
parent 1b77582242
commit 9cae546797

View file

@ -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;