From 451c2b10f6b31ec4130220e94bcb7932328eb86e Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:18:15 -0500 Subject: [PATCH] symbols --- bindings/Cocos2d.bro | 1 + bindings/GeometryDash.bro | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bindings/Cocos2d.bro b/bindings/Cocos2d.bro index b26400b2..991a6988 100644 --- a/bindings/Cocos2d.bro +++ b/bindings/Cocos2d.bro @@ -1232,6 +1232,7 @@ class cocos2d::extension::CCScale9Sprite { class cocos2d::extension::CCScrollView { CCScrollView() = mac 0x214800; virtual ~CCScrollView() = mac 0x214c30; + static auto create(cocos2d::CCSize, cocos2d::CCNode*) = mac 0x214cd0; virtual auto init() = mac 0x214fb0; virtual auto setContentSize(cocos2d::CCSize const&) = mac 0x215eb0; virtual auto getContentSize() const = mac 0x215e90; diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index ab336f38..f31be6d1 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -1724,7 +1724,7 @@ class FMODAudioEngine : cocos2d::CCNode { virtual void update(float) = win 0x23b20; cocos2d::CCDictionary* m_dictionary; - std::string m_filePath; + gd::string m_filePath; float m_backgroundMusicVolume; float m_effectsVolume; float m_pulse1; @@ -2432,9 +2432,9 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, cocos2d::CCSprite* m_colorSelector2; CCMenuItemSpriteExtra* m_unkButton0x148; CCMenuItemSpriteExtra* m_unkButton0x14c; - PAD = win 0x8; + PAD = win 0x8, mac 0x10; cocos2d::CCArray* m_pagesArray; - PAD = win 0x8; + PAD = win 0x8, mac 0x10; CCMenuItemToggler* m_tabToggleCube; CCMenuItemToggler* m_tabToggleShip; CCMenuItemToggler* m_tabToggleBall; @@ -2444,7 +2444,7 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, CCMenuItemToggler* m_tabToggleSpider; CCMenuItemToggler* m_tabToggleSpecial; CCMenuItemToggler* m_tabToggleDeathEffect; - PAD = win 0x4; + PAD = win 0x4, mac 0x8; bool m_updateSelector; } @@ -4071,7 +4071,7 @@ class LevelSearchLayer : cocos2d::CCLayer { virtual bool init() = mac 0x384770, win 0x17da60; GJSearchObject* getSearchObject(SearchType, gd::string) = mac 0x388a50, win 0x1805f0; void onMoreOptions(cocos2d::CCObject*) = win 0x17f500; - void onSearch(cocos2d::CCObject*) = win 0x180fc0; + void onSearch(cocos2d::CCObject*) = mac 0x386a70, win 0x180fc0; PAD = mac 0x18, win 0xC; CCTextInputNode* m_searchInput;