Skip to content

Commit

Permalink
Bindings for @SorkoPiko and @covernts
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored Dec 18, 2024
1 parent f0bc484 commit f691af7
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 @@ -10398,7 +10398,7 @@ class GJRewardObject : cocos2d::CCObject {
static GJRewardObject* create(SpecialRewardItem, int, int) = win 0x1f0880, imac 0x71c80, m1 0x656b0;
// virtual ~GJRewardObject();

static GJRewardObject* create() = win inline, m1 0x81edc {
static GJRewardObject* create() = win inline, m1 0x81edc, imac 0x8e760 {
auto ret = create(SpecialRewardItem::FireShard, 0, 0); // the first param is meant to be 0
return ret;
}
Expand Down Expand Up @@ -15863,7 +15863,7 @@ class RateStarsLayer : FLAlertLayer, UploadPopupDelegate, UploadActionDelegate {

CCMenuItemSpriteExtra* getStarsButton(int, cocos2d::SEL_MenuHandler, cocos2d::CCMenu*, float) = win 0x3b3470;
bool init(int, bool, bool) = win 0x3b2d90, m1 0x223bd8, imac 0x2799b0;
void onClose(cocos2d::CCObject* sender) = win 0x3b3b50;
void onClose(cocos2d::CCObject* sender) = win 0x3b3b50, m1 0x224850, imac 0x27a680;
void onFeature(cocos2d::CCObject* sender) = win 0x3b3440, imac 0x27a650;
void onRate(cocos2d::CCObject* sender) = win 0x3b37a0, imac 0x27a6d0, m1 0x2248ac;
void onToggleCoins(cocos2d::CCObject* sender);
Expand Down

1 comment on commit f691af7

@SorkoPiko
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.