From 278869ec68fc45e42e949b38e0503bf012e35941 Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:41:20 -0500 Subject: [PATCH] add my binding --- bindings/GeometryDash.bro | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 2bf7c1d3..9ea588aa 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1061,6 +1061,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;