Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/2.2081/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -9034,7 +9034,7 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol,

static gd::string achievementForUnlock(int id, UnlockType type) = win inline, imac 0x36f8b0, m1 0x2f96f0, ios inline;
static gd::string descriptionForUnlock(int id, UnlockType type) = win 0x278310, imac 0x36f730, m1 0x2f955c, ios 0x306acc;
static GJGarageLayer* node() = win inline, imac 0x369110, m1 0x2f33d8, ios 0x301ad4;
static GJGarageLayer* node() = win inline, imac 0x369110, m1 0x2f33d8, ios 0x301ad4, android64 inline;
static cocos2d::CCScene* scene() = win 0x272e90, imac 0x3690d0, m1 0x2f3394, ios 0x301a90;
static gd::string titleForUnlock(int id, UnlockType type) = win inline, imac 0x36f5c0, m1 0x2f93d0, ios 0x3069e0;

Expand Down
2 changes: 2 additions & 0 deletions bindings/2.2081/inline/GJGarageLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ GJGarageLayer::~GJGarageLayer() {
CC_SAFE_RELEASE(m_pageButtons);
if (gm->m_rewardedVideoDelegate == this) gm->m_rewardedVideoDelegate = nullptr;
}
#endif

#if defined(GEODE_IS_WINDOWS) || defined(GEODE_IS_ANDROID64)
GJGarageLayer* GJGarageLayer::node() {
auto ret = new GJGarageLayer();
if (ret->init()) {
Expand Down