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
+2 -2
View File
@@ -1,7 +1,7 @@
#ifndef TEMPLATE_H_
#define TEMPLATE_H_
#include "../StructStrategy.h"
#include "../struct_strategy.h"
class EQStreamIdentifier;
@@ -25,7 +25,7 @@ namespace TEMPLATE {
virtual std::string Describe() const;
virtual const EQClientVersion ClientVersion() const;
//magic macro to declare our opcodes
#include "SSDeclare.h"
#include "ss_declare.h"
#include "TEMPLATE_ops.h"
};