// // FMOD::Geometry::release from 0x1800a45e0 to 0x1800a4601 (33 bytes) // // 3 xrefs: // > FMOD_Geometry_Release @ 0x1800c6039 // > @ 0x180194348 // > @ 0x1801fb610 // // 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 __fastcall FMOD::Geometry::release(__int64 a1) { __int64 result; // rax __int64 v2; // [rsp+38h] [rbp+10h] BYREF result = sub_1800D4500(a1, &v2); if ( !(_DWORD)result ) return sub_1800D2A40(v2); return result; }