mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 05:11:29 +00:00
raids.cpp & .h header include cleanup and forward declare
This commit is contained in:
parent
c43377100e
commit
34ce09afd1
@ -15,13 +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 "masterentity.h"
|
|
||||||
#include "npc_ai.h"
|
|
||||||
#include "../common/packet_functions.h"
|
|
||||||
#include "../common/packet_dump.h"
|
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
|
||||||
|
#include "client.h"
|
||||||
|
#include "entity.h"
|
||||||
|
#include "groups.h"
|
||||||
|
#include "mob.h"
|
||||||
|
#include "raids.h"
|
||||||
|
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
|
|
||||||
extern EntityList entity_list;
|
extern EntityList entity_list;
|
||||||
extern WorldServer worldserver;
|
extern WorldServer worldserver;
|
||||||
|
|
||||||
|
|||||||
@ -19,14 +19,11 @@
|
|||||||
#define RAIDS_H
|
#define RAIDS_H
|
||||||
|
|
||||||
#include "../common/types.h"
|
#include "../common/types.h"
|
||||||
#include "../common/linked_list.h"
|
|
||||||
#include "groups.h"
|
#include "groups.h"
|
||||||
#include <vector>
|
|
||||||
#include <string>
|
|
||||||
#include <queue>
|
|
||||||
|
|
||||||
class Client;
|
class Client;
|
||||||
class EQApplicationPacket;
|
class EQApplicationPacket;
|
||||||
|
class Mob;
|
||||||
|
|
||||||
enum { //raid packet types:
|
enum { //raid packet types:
|
||||||
raidAdd = 0,
|
raidAdd = 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user