masterentity.h include order revert for linux

This commit is contained in:
Akkadius 2014-12-15 17:48:18 -06:00
parent 8584895427
commit 55b495826c

View File

@ -1,17 +1,17 @@
//Trumpcard: EntityLists are composed of multiple list types. This is the //Trumpcard: EntityLists are composed of multiple list types. This is the
//master that includes all types. When entity.h is required, many of these are as well. //master that includes all types. When entity.h is required, many of these are as well.
#include "beacon.h"
#include "client.h"
#include "corpse.h"
#include "doors.h"
#include "entity.h" #include "entity.h"
#include "groups.h" #include "groups.h"
#include "horse.h"
#include "mob.h"
#include "object.h"
#include "raids.h" #include "raids.h"
#include "client.h"
#include "object.h"
#include "corpse.h"
#include "doors.h"
#include "mob.h"
#include "trap.h" #include "trap.h"
#include "beacon.h"
#include "horse.h"
#ifdef BOTS #ifdef BOTS
#include "bot.h" #include "bot.h"