mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Revert "Merge pull request #47 from lioncash/remove-stringfromint"
Breaks Android build. This reverts commit12d026c544
, reversing changes made to6d678490f5
.
This commit is contained in:
@ -55,6 +55,7 @@ std::string ThousandSeparate(I value, int spaces = 0)
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
std::string StringFromInt(int value);
|
||||
std::string StringFromBool(bool value);
|
||||
|
||||
bool TryParse(const std::string &str, bool *output);
|
||||
|
Reference in New Issue
Block a user