--HG-- branch : develop
@ -17,6 +17,7 @@
#ifndef UTILS_H_
#define UTILS_H_
#include <limits>
// DtName must be the 1st one
enum TDataCol { DtName, DtTitle, DtRMFamily, DtGroup, DtEcosystem, DtLevelZone, DtStatQuality, DtProp, DtCreature, DtCreaTitle, DtCraftSlotName, DtCraftCivSpec, DtColor, DtAverageEnergy, DtMaxLevel, DtCustomizedProperties, DtNbCols };
@ -19,6 +19,7 @@
//-----------------------------------------------------------------------------
#include <cstdio>
#include "game_share/bnp_patch.h"
#include "nel/misc/path.h"
@ -32,6 +32,8 @@
// AI share
#include "ai_share/world_map.h"
// STL
//-------------------------------------------------------------------------------------------------
// using namespaces...