horse.cpp & .h header cleanup and forward declare

This commit is contained in:
Akkadius
2014-12-15 17:39:16 -06:00
parent b733e96aea
commit abe471af64
2 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -18,11 +18,15 @@ Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org)
#ifndef HORSES_H
#define HORSES_H
#include "../common/debug.h"
#include "npc.h"
#include <map>
class Client;
class Mob;
struct NPCType;
struct NewSpawn_Struct;
class Horse : public NPC {
public:
Horse(Client *owner, uint16 spell_id, float x, float y, float z, float heading);