Skip to content

Commit

Permalink
Two other bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Jan 7, 2025
1 parent d1cb4f1 commit 9a5ec64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -3100,14 +3100,14 @@ class CustomizeObjectLayer : FLAlertLayer, TextInputDelegate, HSVWidgetDelegate,
TodoReturn getHSV();
void highlightSelected(ButtonSprite*) = win 0xa97d0, m1 0x19e1b8, imac 0x1e6d00;
bool init(GameObject*, cocos2d::CCArray*) = win 0xa4d00, imac 0x1e3120, m1 0x19a9d0;
void onBreakApart(cocos2d::CCObject* sender);
void onBreakApart(cocos2d::CCObject* sender) = m1 0x19d61c, imac 0x1e6010;
void onBrowse(cocos2d::CCObject* sender);
void onClear(cocos2d::CCObject* sender);
void onClose(cocos2d::CCObject* sender) = win 0xa9900, m1 0x19c978, imac 0x1e5320;
void onCopy(cocos2d::CCObject* sender);
void onEditColor(cocos2d::CCObject* sender);
void onHSV(cocos2d::CCObject* sender) = win 0xa8470, m1 0x19cd5c, imac 0x1e5740;
void onLiveEdit(cocos2d::CCObject* sender);
void onLiveEdit(cocos2d::CCObject* sender) = m1 0x19d3a8, imac 0x1e5d80;
void onNextColorChannel(cocos2d::CCObject* sender);
void onPaste(cocos2d::CCObject* sender);
void onSelectColor(cocos2d::CCObject* sender) = win 0xa95a0, imac 0x1e5a90, m1 0x19d08c;
Expand Down

0 comments on commit 9a5ec64

Please sign in to comment.