Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/map.h')
-rw-r--r--src/model/map.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/model/map.h b/src/model/map.h
index 86bada6..b46be7c 100644
--- a/src/model/map.h
+++ b/src/model/map.h
@@ -142,9 +142,16 @@ private:
/// clear class bounding box
void clear_bbox();
+
+ void unknown_class() const;
+
+ void unknown_key() const;
+
+ void unknown_value() const;
/// list of planes for the current brush
std::vector<Plane *> planes;
+
std::string classname_current;
std::string key_current;