mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Add missing <cfloat> and <limits>
This commit is contained in:
parent
4ea5ac8659
commit
57698599e0
2 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
||||||
#include "T3D/gameBase/moveManager.h"
|
#include "T3D/gameBase/moveManager.h"
|
||||||
#include "console/engineAPI.h"
|
#include "console/engineAPI.h"
|
||||||
|
|
||||||
|
#include <cfloat>
|
||||||
|
|
||||||
static U32 sAIPlayerLoSMask = TerrainObjectType | StaticShapeObjectType | StaticObjectType;
|
static U32 sAIPlayerLoSMask = TerrainObjectType | StaticShapeObjectType | StaticObjectType;
|
||||||
|
|
||||||
IMPLEMENT_CO_NETOBJECT_V1(AIPlayer);
|
IMPLEMENT_CO_NETOBJECT_V1(AIPlayer);
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
#include "math/mathIO.h"
|
#include "math/mathIO.h"
|
||||||
|
|
||||||
#include <DetourDebugDraw.h>
|
#include <DetourDebugDraw.h>
|
||||||
|
#include <climits>
|
||||||
|
|
||||||
extern bool gEditingMission;
|
extern bool gEditingMission;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue