From 6c5a6967ecc162befc44f1adf15bcc9d11658ff7 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 18 May 2015 22:30:25 -0400 Subject: Split ObjDef/ObjDefManager out to objdef.cpp --- src/util/string.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util/string.h') diff --git a/src/util/string.h b/src/util/string.h index 4ab5cf3f7..b80e3c9a8 100644 --- a/src/util/string.h +++ b/src/util/string.h @@ -25,18 +25,20 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include +#include #include #include #define STRINGIFY(x) #x #define TOSTRING(x) STRINGIFY(x) +typedef std::map StringMap; + struct FlagDesc { const char *name; u32 flag; }; - // You must free the returned string! // The returned string is allocated using new wchar_t *narrow_to_wide_c(const char *str); -- cgit v1.2.3