Skip to content

Commit

Permalink
GLM::saveLevel macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Oct 11, 2024
1 parent 32dd157 commit 8767f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -5699,7 +5699,7 @@ class GameLevelManager : cocos2d::CCNode {
void saveFetchedLevels(cocos2d::CCArray*) = win 0x141e70, imac 0x538600, m1 0x48b144;
void saveFetchedMapPacks(cocos2d::CCArray*);
void saveGauntlet(GJMapPack*);
void saveLevel(GJGameLevel*) = win 0x1438e0;
void saveLevel(GJGameLevel*) = win 0x1438e0, imac 0x53E5F0, m1 0x490844;
void saveLevelList(GJLevelList*) = win 0x14b7a0, m1 0x48bd08, imac 0x539270;
void saveLocalScore(int, int, int);
void saveMapPack(GJMapPack*);
Expand Down

0 comments on commit 8767f2a

Please sign in to comment.