gcc 6 compatibility bugfix

This commit is contained in:
DarthArgus
2016-09-26 06:24:22 +00:00
parent dec4946da5
commit 08b26c6535
@@ -19,7 +19,6 @@ const BOOL FALSE = 0;
const BOOL TRUE = 1;
float abs(float x);
int _stricmp(const char* string1, const char* string2);
//String to numeric conversions