mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
spawn2.cpp & .h header include cleanup
This commit is contained in:
parent
34ce09afd1
commit
c25e17f3bc
@ -15,16 +15,17 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
#include <stdlib.h>
|
|
||||||
#include "spawn2.h"
|
#include "client.h"
|
||||||
#include "entity.h"
|
#include "entity.h"
|
||||||
#include "masterentity.h"
|
#include "spawn2.h"
|
||||||
#include "zone.h"
|
|
||||||
#include "spawngroup.h"
|
#include "spawngroup.h"
|
||||||
#include "zonedb.h"
|
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
|
#include "zone.h"
|
||||||
|
#include "zonedb.h"
|
||||||
|
|
||||||
extern EntityList entity_list;
|
extern EntityList entity_list;
|
||||||
extern Zone* zone;
|
extern Zone* zone;
|
||||||
|
|||||||
@ -21,8 +21,6 @@
|
|||||||
#include "../common/timer.h"
|
#include "../common/timer.h"
|
||||||
#include "npc.h"
|
#include "npc.h"
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#define SC_AlwaysEnabled 0
|
#define SC_AlwaysEnabled 0
|
||||||
|
|
||||||
class SpawnCondition;
|
class SpawnCondition;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user