From 5641c05f49276bed7f0dcd75f0595c60130ddd59 Mon Sep 17 00:00:00 2001 From: Capeling <113705504+Capeling@users.noreply.github.com> Date: Tue, 28 Nov 2023 22:44:43 +1030 Subject: [PATCH] add windows addresses for LevelTools::getAudioFileName, LevelTools::getAudioTitle, LevelTools::artistForAudio and LevelTools::urlForAudio (#358) --- bindings/GeometryDash.bro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 5b3a1ee2..37cefce2 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -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