Added world creation menu
This commit is contained in:
@@ -13,6 +13,8 @@ namespace util {
|
||||
extern std::string wstr2str_utf8(const std::wstring ws);
|
||||
extern std::wstring str2wstr_utf8(const std::string s);
|
||||
extern bool is_integer(std::string text);
|
||||
extern bool is_integer(std::wstring text);
|
||||
extern bool is_valid_filename(std::wstring name);
|
||||
}
|
||||
|
||||
#endif // UTIL_STRINGUTIL_H_
|
||||
Reference in New Issue
Block a user