// // _sinf_special from 0x180136acc to 0x180136ade (18 bytes) // // 2 xrefs: // > sinf @ 0x18012a1d0 // > sinf @ 0x18012a52c // // 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 // float __fastcall sinf_special(float a1) { return sincosf_special(a1, (__int64)"sinf", 30); }