moved string functions from MiscFunctions to StringUtil

This commit is contained in:
Arthur Ice
2013-05-11 00:05:11 -07:00
parent babd3949f6
commit 373ff66240
80 changed files with 381 additions and 323 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
#include "../common/extprofile.h"
#include "../common/rulesys.h"
#include "../common/MiscFunctions.h"
#include "../common/StringUtil.h"
#include "Adventure.h"
#include "AdventureManager.h"
#include "worlddb.h"
@@ -435,4 +436,4 @@ void Adventure::MoveCorpsesToGraveyard()
iter++;
c_iter++;
}
}
}