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/inifile.h')
-rw-r--r--src/filesystem/inifile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filesystem/inifile.h b/src/filesystem/inifile.h
index f5c903d..3efcfc4 100644
--- a/src/filesystem/inifile.h
+++ b/src/filesystem/inifile.h
@@ -73,6 +73,8 @@ public:
bool got_key_vector3f(const char * keylabel, math::Vector3f & v);
+ bool got_key_bool(const char * keylabel, bool & b);
+
inline unsigned int line() const {
return line_number;