From c87e8f6b8dad32d466966d8dfea386ff8443f757 Mon Sep 17 00:00:00 2001 From: Catto_ <57293929+CattoDev@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:23:52 +0200 Subject: [PATCH] Add processSelectObjects for windows (#292) --- bindings/GeometryDash.bro | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index a7eabf57..8693dcd3 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1431,6 +1431,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ void repositionObjectsToCenter(cocos2d::CCArray* objs, cocos2d::CCPoint center, bool ignoreGroupParent) = mac 0x1fcd0, win 0x88410; virtual void draw() = win 0x8fbe0; float valueFromXPos(float val) = win 0x78e30, mac 0x1c810; + void processSelectObjects(cocos2d::CCArray*) = win 0x86f70; bool m_isPlayingMusic; EditButtonBar* m_buttonBar;