Skip to content

Commit

Permalink
two random bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored Dec 16, 2024
1 parent 5cff03f commit 1c09d41
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 @@ -2062,7 +2062,7 @@ class ChallengesPage : FLAlertLayer, FLAlertLayerProtocol, GJChallengeDelegate,
void claimItem(ChallengeNode*, GJChallengeItem*, cocos2d::CCPoint) = win 0x869d0, imac 0x38b610, m1 0x31aaec;
ChallengeNode* createChallengeNode(int number, bool skipAnimation, float animLength, bool isNew) = win 0x86090, imac 0x38abe0, m1 0x31a168;
TodoReturn exitNodeAtSlot(int, float) = win 0x863c0, imac 0x38b0a0, m1 0x31a5bc;
void onClose(cocos2d::CCObject* sender);
void onClose(cocos2d::CCObject* sender) = win 0x86940, m1 0x319edc, imac 0x38a930;
TodoReturn tryGetChallenges();
TodoReturn updateDots() = m1 0x31a344;
callback void updateTimers(float) = win 0x864b0, m1 0x319f28, imac 0x38a970;
Expand Down Expand Up @@ -7129,7 +7129,7 @@ class GameOptionsLayer : GJOptionsLayer {
this->postSetup();
return true;
}
void onPracticeMusicSync(cocos2d::CCObject* sender) = m1 0x2458f4;
void onPracticeMusicSync(cocos2d::CCObject* sender) = win 0x298be0, m1 0x2458f4, imac 0x29e1b0;
void onUIOptions(cocos2d::CCObject* sender) = win 0x298d60;
void onUIPOptions(cocos2d::CCObject* sender) = win 0x298d80, m1 0x245888;
void showPracticeMusicSyncUnlockInfo() = win 0x298380, m1 0x245968, imac 0x29e230;
Expand Down

0 comments on commit 1c09d41

Please sign in to comment.