Add wrappers for the standard math library

Simplifies transition to software based math libraries
for projects requiring determinism.
This commit is contained in:
Matthew Endsley
2012-12-23 18:30:50 -08:00
parent 7b065f5e0c
commit b0e4e6a834
13 changed files with 64 additions and 40 deletions

View File

@@ -16,7 +16,6 @@
// 3. This notice may not be removed or altered from any source distribution.
//
#include <math.h>
#include "DebugDraw.h"
#include "DetourDebugDraw.h"
#include "DetourNavMesh.h"