mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 02:43:57 +02:00
- moved version checking into one common method in the util file. Now all network related checks use this common method to determine version compatibility
This commit is contained in:
@@ -180,6 +180,7 @@ int round(float f);
|
||||
|
||||
//misc
|
||||
bool fileExists(const string &path);
|
||||
bool checkVersionComptability(string clientVersionString, string serverVersionString);
|
||||
|
||||
template<typename T>
|
||||
void deleteValues(T beginIt, T endIt){
|
||||
|
Reference in New Issue
Block a user