Implemented the new g3d spec

This commit is contained in:
mathusummut
2018-06-28 21:36:10 +02:00
parent 90556c870e
commit b1760253fd
24 changed files with 225 additions and 338 deletions

View File

@@ -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;