diff --git a/bindings/2.204/GeometryDash.bro b/bindings/2.204/GeometryDash.bro index ab0432018..ab899bce7 100644 --- a/bindings/2.204/GeometryDash.bro +++ b/bindings/2.204/GeometryDash.bro @@ -7053,6 +7053,25 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, virtual void FLAlert_Clicked(FLAlertLayer*, bool) = win 0x1f3570; virtual void dialogClosed(DialogLayer*) = win 0x1f36a0; virtual void playerColorChanged() = win 0x1f3160; + + CCTextInputNode* m_usernameInput; + SimplePlayer* m_playerObject; + cocos2d::CCArray* m_tabButtons; + cocos2d::CCArray* m_pageButtons; + PAD = android32 0x8, win 0x8, android64 0x10; + bool m_hasClosed; + PAD = android32 0x3, win 0x3, android64 0x3; + IconType m_iconType; + gd::map m_iconPages; + cocos2d::CCSprite* m_cursor1; + cocos2d::CCSprite* m_cursor2; + CCMenuItemSpriteExtra* m_currentIcon; + ListButtonBar* m_iconSelection; + CCMenuItemSpriteExtra* m_leftArrow; + CCMenuItemSpriteExtra* m_rightArrow; + cocos2d::CCMenu* m_iconSelectionMenu; + int m_iconID; + IconType m_selectedIconType; } [[link(android)]] class GJGradientLayer : cocos2d::CCLayerGradient { diff --git a/bindings/2.205/GeometryDash.bro b/bindings/2.205/GeometryDash.bro index 4a7237c06..d98169964 100644 --- a/bindings/2.205/GeometryDash.bro +++ b/bindings/2.205/GeometryDash.bro @@ -6980,6 +6980,25 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol, virtual void FLAlert_Clicked(FLAlertLayer*, bool); virtual void dialogClosed(DialogLayer*); virtual void playerColorChanged(); + + CCTextInputNode* m_usernameInput; + SimplePlayer* m_playerObject; + cocos2d::CCArray* m_tabButtons; + cocos2d::CCArray* m_pageButtons; + PAD = android32 0x8, win 0x8, android64 0x10; + bool m_hasClosed; + PAD = android32 0x3, win 0x3, android64 0x3; + IconType m_iconType; + gd::map m_iconPages; + cocos2d::CCSprite* m_cursor1; + cocos2d::CCSprite* m_cursor2; + CCMenuItemSpriteExtra* m_currentIcon; + ListButtonBar* m_iconSelection; + CCMenuItemSpriteExtra* m_leftArrow; + CCMenuItemSpriteExtra* m_rightArrow; + cocos2d::CCMenu* m_iconSelectionMenu; + int m_iconID; + IconType m_selectedIconType; } [[link(android)]]