mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
mod_functions.cpp #include cleanup
This commit is contained in:
parent
3577ff5a81
commit
2d052a7a28
@ -1,22 +1,15 @@
|
|||||||
#include "../common/debug.h"
|
|
||||||
#include "../common/timer.h"
|
|
||||||
#include <cmath>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include "spawn2.h"
|
|
||||||
#include "entity.h"
|
|
||||||
#include "masterentity.h"
|
|
||||||
#include "zone.h"
|
|
||||||
#include "spawngroup.h"
|
|
||||||
#include "zonedb.h"
|
|
||||||
#include "npc.h"
|
|
||||||
#include "mob.h"
|
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
|
#include "entity.h"
|
||||||
|
#include "mob.h"
|
||||||
|
#include "npc.h"
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
#include "quest_parser_collection.h"
|
#include "zone.h"
|
||||||
#include "event_codes.h"
|
|
||||||
#include "embparser.h"
|
class ItemInst;
|
||||||
#include <string>
|
class Spawn2;
|
||||||
#include <iostream>
|
struct Consider_Struct;
|
||||||
|
struct DBTradeskillRecipe_Struct;
|
||||||
|
struct Item_Struct;
|
||||||
|
|
||||||
extern EntityList entity_list;
|
extern EntityList entity_list;
|
||||||
extern Zone* zone;
|
extern Zone* zone;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user