diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 2956d05e..5b98281e 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1181,7 +1181,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ CreateMenuItem* menuItemFromObjectString(gd::string, int) = mac 0x1e130, win 0x84d00; void moveObject(GameObject*, cocos2d::CCPoint) = mac 0x24b10, win 0x8ddb0; void onDuplicate(cocos2d::CCObject*) = mac 0x18ba0, win 0x87d20; - void onCreate() = mac 0x1b960, win 0x85680; + bool onCreate() = mac 0x1b960, win 0x85680; void onCreateObject(int) = mac 0x200d0, win 0x85750; cocos2d::CCArray* pasteObjects(gd::string) = mac 0x232d0, win 0x88240; void playerTouchBegan(cocos2d::CCTouch*, cocos2d::CCEvent*) = mac 0x2ebf0, win 0x90680; diff --git a/loader/include/Geode/hook-core/Handler.hpp b/loader/include/Geode/hook-core/Handler.hpp index 42910528..74603660 100644 --- a/loader/include/Geode/hook-core/Handler.hpp +++ b/loader/include/Geode/hook-core/Handler.hpp @@ -35,7 +35,7 @@ namespace geode::core { } template