mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
titles.cpp & .h header cleanup and forward declare
This commit is contained in:
+7
-3
@@ -15,11 +15,15 @@
|
|||||||
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 "../common/eq_packet_structs.h"
|
#include "../common/eq_packet_structs.h"
|
||||||
#include "masterentity.h"
|
|
||||||
#include "titles.h"
|
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
|
||||||
|
#include "client.h"
|
||||||
|
#include "entity.h"
|
||||||
|
#include "mob.h"
|
||||||
|
|
||||||
|
#include "titles.h"
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
|
|
||||||
extern WorldServer worldserver;
|
extern WorldServer worldserver;
|
||||||
|
|||||||
@@ -18,9 +18,7 @@
|
|||||||
#ifndef TITLES_H
|
#ifndef TITLES_H
|
||||||
#define TITLES_H
|
#define TITLES_H
|
||||||
|
|
||||||
#include "../common/types.h"
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
|
||||||
|
|
||||||
class Client;
|
class Client;
|
||||||
class EQApplicationPacket;
|
class EQApplicationPacket;
|
||||||
|
|||||||
Reference in New Issue
Block a user