mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
Tons of renames
This commit is contained in:
+6
-7
@@ -27,22 +27,21 @@
|
||||
#include "../common/debug.h"
|
||||
#include "../common/queue.h"
|
||||
#include "../common/timer.h"
|
||||
#include "../common/EQStreamFactory.h"
|
||||
#include "../common/EQPacket.h"
|
||||
#include "client.h"
|
||||
#include "worlddb.h"
|
||||
#include "../common/eq_stream_factory.h"
|
||||
#include "../common/eq_packet.h"
|
||||
#include "../common/seperator.h"
|
||||
#include "../common/version.h"
|
||||
#include "../common/eqtime.h"
|
||||
#include "../common/timeoutmgr.h"
|
||||
#include "../common/EQEMuError.h"
|
||||
#include "../common/eqemu_error.h"
|
||||
#include "../common/opcodemgr.h"
|
||||
#include "../common/guilds.h"
|
||||
#include "../common/EQStreamIdent.h"
|
||||
//#include "../common/patches/Client62.h"
|
||||
#include "../common/eq_stream_ident.h"
|
||||
#include "../common/rulesys.h"
|
||||
#include "../common/platform.h"
|
||||
#include "../common/crash.h"
|
||||
#include "client.h"
|
||||
#include "worlddb.h"
|
||||
#ifdef _WINDOWS
|
||||
#include <process.h>
|
||||
#define snprintf _snprintf
|
||||
|
||||
Reference in New Issue
Block a user