// // sqrtf from 0x180020434 to 0x18002043a (6 bytes) // // 6 xrefs: // > cocos2d::extension::CCControlHuePicker::checkSliderPosition @ 0x180008b44 // > cocos2d::extension::CCControlPotentiometer::isTouchInside @ 0x1800092eb // > cocos2d::extension::CCControlPotentiometer::distanceBetweenPointAndPoint @ 0x180009503 // > cocos2d::extension::CCControlSaturationBrightnessPicker::updateSliderPosition @ 0x180009f59 // > cocos2d::extension::CCControlSaturationBrightnessPicker::checkSliderPosition @ 0x18000a19d // > cocos2d::extension::CCScrollView::ccTouchMoved @ 0x180013d30 // // 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 sqrtf(float X) { return __imp_sqrtf(X); }