// // FMOD5_System_PlaySound from 0x71ad4 to 0x71ad8 (4 bytes) // // 1 xrefs: // > @ 0x7000 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // // attributes: thunk char *__fastcall FMOD5_System_PlaySound( FMOD::System *a1, FMOD::Sound *a2, FMOD::ChannelGroup *a3, int a4, FMOD::Channel **a5) { return FMOD_System_PlaySound(a1, a2, a3, a4, a5); }