mirror of
https://github.com/glest/glest-source.git
synced 2025-10-04 03:11:53 +02:00
don't mix functionality
Not a bug fix, just trying to keep things more clean.
This commit is contained in:
@@ -239,7 +239,7 @@ float saturate(float value);
|
||||
int round(float f);
|
||||
|
||||
//misc
|
||||
int compareMajorMinorVersion(string versionA,string versionB, bool checkForNewVersionUpdates=false);
|
||||
int compareMajorMinorVersion(string versionA,string versionB);
|
||||
int getMajor(string version);
|
||||
int getMinor(string version);
|
||||
bool checkVersionComptability(string clientVersionString, string serverVersionString);
|
||||
|
Reference in New Issue
Block a user