UiXmlReader update
This commit is contained in:
@@ -27,6 +27,8 @@ namespace util {
|
||||
extern std::vector<ubyte> base64_decode(const char* str, size_t size);
|
||||
extern std::vector<ubyte> base64_decode(const std::string& str);
|
||||
|
||||
extern std::string mangleid(uint64_t value);
|
||||
|
||||
extern int replaceAll(std::string& str, const std::string& from, const std::string& to);
|
||||
|
||||
extern double parse_double(const std::string& str);
|
||||
|
||||
Reference in New Issue
Block a user