mirror of
https://github.com/glest/glest-source.git
synced 2025-08-23 08:22:50 +02:00
- attempt to fix additional oos issues
This commit is contained in:
@@ -231,10 +231,10 @@ void copyStringToBuffer(char *buffer, int bufferSize, const string& s);
|
||||
|
||||
//numeric fcs
|
||||
int clamp(int value, int min, int max);
|
||||
float clamp(float value, float min, float max);
|
||||
double clamp(double value, double min, double max);
|
||||
int64 clamp(int64 value, int64 min, int64 max);
|
||||
float saturate(float value);
|
||||
int round(float f);
|
||||
double saturate(double value);
|
||||
int round(double f);
|
||||
|
||||
//misc
|
||||
bool checkVersionComptability(string clientVersionString, string serverVersionString);
|
||||
|
Reference in New Issue
Block a user