// // cosf from 0x180020422 to 0x180020428 (6 bytes) // // 2 xrefs: // > cocos2d::extension::CCControlHuePicker::setHuePercentage @ 0x18000891d // > cocos2d::extension::CCControlSaturationBrightnessPicker::updateSliderPosition @ 0x180009f76 // // 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 float __cdecl cosf(float X) { return __imp_cosf(X); }