mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- attempt to rollback change that causes game differences on different platforms
This commit is contained in:
@@ -33,8 +33,8 @@ bool strToUInt(const string &s, uint32 *i);
|
||||
bool strToFloat(const string &s, float *f);
|
||||
|
||||
string boolToStr(bool b);
|
||||
string uIntToStr(const uint64 &value);
|
||||
string intToStr(const int64 &value);
|
||||
string uIntToStr(const uint64 value);
|
||||
string intToStr(const int64 value);
|
||||
string intToHex(int i);
|
||||
string floatToStr(float f,int precsion=2);
|
||||
string doubleToStr(double f,int precsion=2);
|
||||
|
Reference in New Issue
Block a user