mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
Implemented the new g3d spec
This commit is contained in:
@@ -115,7 +115,7 @@ namespace Shared {
|
||||
float getFloat(const string &key, const char *defaultValueIfNotFound = NULL) const;
|
||||
float getFloat(const string &key, float min, float max, const char *defaultValueIfNotFound = NULL) const;
|
||||
|
||||
const string getString(const string &key, const char *defaultValueIfNotFound = NULL) const;
|
||||
const string getString(const string &key, const char *defaultValueIfNotFound = "") const;
|
||||
|
||||
int getInt(const char *key, const char *defaultValueIfNotFound = NULL) const;
|
||||
bool getBool(const char *key, const char *defaultValueIfNotFound = NULL) const;
|
||||
|
Reference in New Issue
Block a user