Add missing <cfloat> and <limits>

This commit is contained in:
LuisAntonRebollo 2015-02-07 18:37:58 +01:00
parent 4ea5ac8659
commit 57698599e0
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,8 @@
#include "T3D/gameBase/moveManager.h"
#include "console/engineAPI.h"
#include <cfloat>
static U32 sAIPlayerLoSMask = TerrainObjectType | StaticShapeObjectType | StaticObjectType;
IMPLEMENT_CO_NETOBJECT_V1(AIPlayer);