Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem/inistream.h')
-rw-r--r--src/filesystem/inistream.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/filesystem/inistream.h b/src/filesystem/inistream.h
index b4466fd..8788719 100644
--- a/src/filesystem/inistream.h
+++ b/src/filesystem/inistream.h
@@ -81,6 +81,11 @@ public:
bool got_key_long(const char * keylabel, long & l);
bool got_key_vector3f(const char * keylabel, math::Vector3f & v);
+
+ /**
+ * @brief special version that reads 1,2 or 3 arguments
+ **/
+ bool got_key_vector3f_opt(const char * keylabel, math::Vector3f & v);
bool got_key_bool(const char * keylabel, bool & b);