Skip to content

Commit

Permalink
fix the funny wrong signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Oct 1, 2023
1 parent a50b487 commit b0ab2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ class CommentUploadDelegate {

[[link(android)]]
class ConfigureHSVWidget : cocos2d::CCNode {
bool init(int abs, cocos2d::ccHSVValue val) = win 0x4a3f0, mac 0x237310;
bool init(cocos2d::ccHSVValue val, bool abs) = win 0x4a3f0, mac 0x237310;
void updateLabels() = win 0x4adf0, mac 0x237df0;
cocos2d::CCLabelBMFont* m_hueLabel;
cocos2d::CCLabelBMFont* m_saturationLabel;
Expand Down Expand Up @@ -1711,7 +1711,7 @@ class EndLevelLayer : cocos2d::CCLayer {
static EndLevelLayer* create() = mac 0x2787d0, win 0x94b50;

void customSetup() = win 0x94cb0;
const char* getCoinString(void* p0) = win 0x96270;
const char* getCoinString() = win 0x96270;
const char* getEndText() = win 0x964A0;
void onMenu(cocos2d::CCObject* sender) = mac 0x27a500, win 0x96c10;
void onEdit(cocos2d::CCObject* sender) = mac 0x27a640, win 0x96d30;
Expand Down

0 comments on commit b0ab2f9

Please sign in to comment.