// // FMOD_OS_File_Close from 0xe6b84 to 0xe6bc0 (60 bytes) // // 4 xrefs: // > .FMOD_OS_File_Close @ 0x1099fc // > @ 0x11c8 // > .FMOD_OS_File_Close @ 0x1099f4 // > @ 0x1115c0 // // 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 // __int64 FMOD_OS_File_Close() { _DWORD *v0; // x19 __int64 v1; // x0 __int64 v2; // x8 unsigned int v3; // w20 v1 = sub_E73F0(); v3 = (*(__int64 (__fastcall **)(__int64))(v2 + 24))(v1); sub_E6B2C(v0); return v3; }