From 83fab2bdeb532578bbf03dfbf28a630af302ba94 Mon Sep 17 00:00:00 2001 From: qimiko <25387744+qimiko@users.noreply.github.com> Date: Sun, 4 Jun 2023 04:07:23 -0700 Subject: [PATCH] add secretlayer4 bindings --- bindings/GeometryDash.bro | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 4bd56ff5..7bd5283f 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -3900,6 +3900,14 @@ class LevelSettingsDelegate { virtual void levelSettingsUpdated() {} } +class SecretLayer4 : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, DialogDelegate { + static SecretLayer4* create() = mac 0x1ed500; + static cocos2d::CCScene* scene() = mac 0x1ed4c0; + + bool init() = mac 0x1ed640; + void showDialog(int message) = mac 0x1effd0; +} + class SelectArtDelegate { virtual void selectArtClosed(SelectArtLayer*) {} }