Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add windows addresses for some LevelTools functions #358

Merged
merged 1 commit into from
Nov 28, 2023
Merged
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
8 changes: 4 additions & 4 deletions bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -5970,9 +5970,9 @@ class LevelTools {
static bool verifyLevelIntegrity(gd::string, int) = mac 0x294360, win 0x18b180;
static float xPosForTime(float, cocos2d::CCArray*, int) = mac 0x293d90, win 0x18acd0;
static float timeForXPos(float, cocos2d::CCArray*, int) = mac 0x293eb0, win 0x18ae70;
static gd::string getAudioFileName(int) = mac 0x292840;
static gd::string getAudioTitle(int) = mac 0x2922f0;
static gd::string artistForAudio(int) = mac 0x292d90;
static gd::string urlForAudio(int) = mac 0x292f10;
static gd::string getAudioFileName(int) = mac 0x292840, win 0x189FA0;
static gd::string getAudioTitle(int) = mac 0x2922f0, win 0x189C60;
static gd::string artistForAudio(int) = mac 0x292d90, win 0x18A2D0;
static gd::string urlForAudio(int) = mac 0x292f10, win 0x18A4A0;
}
// clang-format on
Loading