mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Revering stringutil (don't you hate it when ector is right?;)
And small compile fix on linux git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2434 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bec2a115d8
commit
4812f02b69
3 changed files with 35 additions and 31 deletions
|
@ -49,6 +49,7 @@ inline void CharArrayFromFormat(char (& out)[Count], const char* format, ...)
|
|||
|
||||
std::string StripSpaces(const std::string &s);
|
||||
std::string StripQuotes(const std::string &s);
|
||||
std::string StripNewline(const std::string &s);
|
||||
std::string ThS(int a, bool b = true); // thousand separator
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue