mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
groups.cpp & .h header cleanup and forward declare
This commit is contained in:
parent
494e250514
commit
756e5ee139
@ -22,6 +22,7 @@
|
||||
#include "../common/packet_dump.h"
|
||||
#include "../common/string_util.h"
|
||||
#include "worldserver.h"
|
||||
|
||||
extern EntityList entity_list;
|
||||
extern WorldServer worldserver;
|
||||
|
||||
|
||||
@ -18,14 +18,14 @@
|
||||
#ifndef GROUPS_H
|
||||
#define GROUPS_H
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "../common/linked_list.h"
|
||||
#include "../common/emu_opcodes.h"
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include "entity.h"
|
||||
#include "../common/types.h"
|
||||
|
||||
#include "mob.h"
|
||||
#include "../common/features.h"
|
||||
#include "../common/servertalk.h"
|
||||
|
||||
class Client;
|
||||
class EQApplicationPacket;
|
||||
class Mob;
|
||||
|
||||
#define MAX_MARKED_NPCS 3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user