mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
doors.cpp & .h header cleanup & forward declaration
This commit is contained in:
+8
-4
@@ -1,14 +1,18 @@
|
||||
#ifndef DOORS_H
|
||||
#define DOORS_H
|
||||
#include "../common/types.h"
|
||||
#include "../common/linked_list.h"
|
||||
#include "../common/timer.h"
|
||||
|
||||
#include "../common/emu_opcodes.h"
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#include "entity.h"
|
||||
#include "../common/linked_list.h"
|
||||
|
||||
#include "mob.h"
|
||||
#include "zonedump.h"
|
||||
|
||||
class Client;
|
||||
class Mob;
|
||||
class NPC;
|
||||
struct Door;
|
||||
|
||||
class Doors : public Entity
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user