Skip to content

Commit 30410f4

Browse files
authored
please tell me i am doing this right (geode-sdk#1164)
1 parent 016198d commit 30410f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7613,7 +7613,7 @@ class GameManager : GManager {
76137613
TodoReturn applicationWillEnterForeground() = win 0x186cd0;
76147614
void calculateBaseKeyForIcons() = m1 0x2f6240, imac 0x363550, ios 0x311f24;
76157615
TodoReturn canShowRewardedVideo();
7616-
TodoReturn checkSteamAchievementUnlock();
7616+
void checkSteamAchievementUnlock() = win 0x17b1a0;
76177617
void checkUsedIcons() = ios 0x316a40, win 0x1811b0, m1 0x2fcce8, imac 0x36b860;
76187618
TodoReturn claimItemsResponse(gd::string);
76197619
TodoReturn clearGJLog();
@@ -7841,7 +7841,7 @@ class GameManager : GManager {
78417841
void resetAchievement(gd::string) = win 0x17a390, m1 0x2f8614, imac 0x365c30;
78427842
TodoReturn resetAdTimer();
78437843
TodoReturn resetAllIcons();
7844-
TodoReturn resetCoinUnlocks();
7844+
void resetCoinUnlocks() = win 0x17db50;
78457845
TodoReturn resetDPadSettings(bool);
78467846
cocos2d::CCSize resolutionForKey(int) = win 0x187890, m1 0x309710, imac 0x3791c0, ios 0x31de78;
78477847
TodoReturn resumeAudio();

0 commit comments

Comments
 (0)