zone.cpp & .h include header cleanup

This commit is contained in:
Akkadius
2014-12-15 19:14:41 -06:00
parent 9ef0fa13c7
commit c646a6c43a
2 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -67,10 +67,14 @@ struct item_tick_struct {
std::string qglobal;
};
class Client;
class Map;
class WaterMap;
class Mob;
class PathManager;
class WaterMap;
extern EntityList entity_list;
struct NPCType;
struct ServerZoneIncommingClient_Struct;
class Zone
{