mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
masterentity.h include order revert for linux
This commit is contained in:
+7
-7
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user