mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-14 15:19:53 +00:00
Removed math.h dependancy from Recast.h, moved sqrtf to Recast.cpp.
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
#include "RecastLog.h"
|
||||
#include "RecastTimer.h"
|
||||
|
||||
float rcSqrt(float x)
|
||||
{
|
||||
return sqrtf(x);
|
||||
}
|
||||
|
||||
void rcIntArray::resize(int n)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user