From 5d5b90e67cbc501423b4cdb1786f95309959b880 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sat, 30 Sep 2023 08:14:50 +0300 Subject: [PATCH] add the cocos namespace --- bindings/GeometryDash.bro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 4149adcf..ac814eef 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1309,8 +1309,8 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ void create(LevelEditorLayer*) = mac 0x8a80, win 0x76270; cocos2d::CCArray* createCustomItems() = mac 0x1ddf0, win 0x7a370; - void onDeleteCustomItem(CCObject* pSender) = win 0x7a280, mac 0x29860; - void onNewCustomItem(CCObject* pSender) = win 0x79fd0, mac 0x24480; + void onDeleteCustomItem(cocos2d::CCObject* pSender) = win 0x7a280, mac 0x29860; + void onNewCustomItem(cocos2d::CCObject* pSender) = win 0x79fd0, mac 0x24480; void deselectAll() = mac 0x1f300, win 0x86af0; void onDeselectAll(cocos2d::CCObject*) = mac 0x19cd0, win 0x86ac0; void disableButton(CreateMenuItem*) = mac 0x1c0f0, win 0x78af0;