mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
masterentity.h include order revert for linux
This commit is contained in:
parent
8584895427
commit
55b495826c
@ -1,17 +1,17 @@
|
||||
//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.
|
||||
|
||||
#include "beacon.h"
|
||||
#include "client.h"
|
||||
#include "corpse.h"
|
||||
#include "doors.h"
|
||||
#include "entity.h"
|
||||
#include "groups.h"
|
||||
#include "horse.h"
|
||||
#include "mob.h"
|
||||
#include "object.h"
|
||||
#include "raids.h"
|
||||
#include "client.h"
|
||||
#include "object.h"
|
||||
#include "corpse.h"
|
||||
#include "doors.h"
|
||||
#include "mob.h"
|
||||
#include "trap.h"
|
||||
#include "beacon.h"
|
||||
#include "horse.h"
|
||||
|
||||
#ifdef BOTS
|
||||
#include "bot.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user