// // powf from 0x180020428 to 0x18002042e (6 bytes) // // 2 xrefs: // > cocos2d::extension::CCControlHuePicker::checkSliderPosition @ 0x180008b12 // > cocos2d::extension::CCControlHuePicker::checkSliderPosition @ 0x180008b27 // // 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 powf(float X, float Y) { return __imp_powf(X, Y); }