Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-12-27 12:42:25 +0000
committerStijn Buys <ingar@osirion.org>2008-12-27 12:42:25 +0000
commitaf5c44f97acf333a3c24467f6ccc7a83aea4a2fb (patch)
tree7839b2fb879d8d380e7c50a981875daf9800e744 /src/model/map.h
parent64d5acb1ef4c9ffc870bdb9defd40864b5412235 (diff)
improved map loader error messages
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;