mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-25 00:48:12 +05:00
December 2014 files
This commit is contained in:
@@ -14,6 +14,8 @@ const float Float::MAX_VALUE = FLT_MAX;
|
||||
|
||||
const double Double::MAX_VALUE = DBL_MAX;
|
||||
|
||||
const double Double::MIN_NORMAL = DBL_MIN;
|
||||
|
||||
int Integer::parseInt(wstring &str, int radix /* = 10*/)
|
||||
{
|
||||
return wcstol( str.c_str(), NULL, radix );
|
||||
|
||||
Reference in New Issue
Block a user