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
+8 -8
View File
@@ -1,15 +1,15 @@
#include "../debug.h"
#include "SoF.h"
#include "sof.h"
#include "../opcodemgr.h"
#include "../logsys.h"
#include "../EQStreamIdent.h"
#include "../eq_stream_ident.h"
#include "../crc32.h"
#include "../eq_packet_structs.h"
#include "../StringUtil.h"
#include "../Item.h"
#include "SoF_structs.h"
#include "../string_util.h"
#include "../item.h"
#include "sof_structs.h"
#include "../rulesys.h"
#include <iostream>
@@ -88,8 +88,8 @@ Strategy::Strategy()
: StructStrategy()
{
//all opcodes default to passthrough.
#include "SSRegister.h"
#include "SoF_ops.h"
#include "ss_register.h"
#include "sof_ops.h"
}
std::string Strategy::Describe() const {
@@ -104,7 +104,7 @@ const EQClientVersion Strategy::ClientVersion() const
return EQClientSoF;
}
#include "SSDefine.h"
#include "ss_define.h"
// Converts Server Slot IDs to SoF Slot IDs for use in Encodes