Tons of renames

This commit is contained in:
KimLS
2014-08-21 19:33:02 -07:00
parent e429260763
commit 7fc21b9e3a
224 changed files with 424 additions and 2857 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#ifndef ZONELAUNCH_H_
#define ZONELAUNCH_H_
#include "../common/ProcLauncher.h"
#include "../common/proc_launcher.h"
#include "../common/timer.h"
#include <string>
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#include "../common/debug.h"
#include "../common/ProcLauncher.h"
#include "../common/proc_launcher.h"
#include "../common/eqemu_config.h"
#include "../common/servertalk.h"
#include "../common/platform.h"
+1 -1
View File
@@ -20,7 +20,7 @@
#include "../common/servertalk.h"
#include "ZoneLaunch.h"
#include "../common/eqemu_config.h"
#include "../common/StringUtil.h"
#include "../common/string_util.h"
WorldServer::WorldServer(std::map<std::string, ZoneLaunch *> &zones, const char *name, const EQEmuConfig *config)