mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 08:29:00 +02:00
- bugfix for shared team resources
- added some new internal feature code to test auto updates for a future release
This commit is contained in:
@@ -239,7 +239,7 @@ float saturate(float value);
|
||||
int round(float f);
|
||||
|
||||
//misc
|
||||
int compareMajorMinorVersion(string versionA,string versionB);
|
||||
int compareMajorMinorVersion(string versionA,string versionB, bool checkForNewVersionUpdates=false);
|
||||
int getMajor(string version);
|
||||
int getMinor(string version);
|
||||
bool checkVersionComptability(string clientVersionString, string serverVersionString);
|
||||
|
Reference in New Issue
Block a user