We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd3e42 commit 6bd76a0Copy full SHA for 6bd76a0
bindings/2.2074/FMOD.bro
@@ -353,10 +353,5 @@ class FMOD::System {
353
FMOD_RESULT unlockDSP() = ios 0x4c4c48;
354
}
355
356
-[[link(win, android, mac)]]
357
-class FMOD {
358
- FMOD_RESULT getGlobals(FMOD::Global**) = ios 0x4a8ad4;
359
-}
360
-
361
[[link(win, android, mac)]]
362
FMOD_RESULT FMOD_System_Create(FMOD_SYSTEM**, unsigned int) = ios 0x44a3f8;
0 commit comments