From 40e7cd6de7955021a8b7109cbf413e782ea95222 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 16 Nov 2010 21:51:10 +0000 Subject: add 'angles' key support for .map classes, added warning to depricated keys --- src/model/mapfile.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/model/mapfile.h') diff --git a/src/model/mapfile.h b/src/model/mapfile.h index 4cea7f0..7ee47d3 100644 --- a/src/model/mapfile.h +++ b/src/model/mapfile.h @@ -141,11 +141,17 @@ private: /// clear class bounding box void clear_bbox(); + /// print 'unkown class' warning message to the console void unknown_class() const; + /// print 'unkown key' warning message to the console void unknown_key() const; + /// print 'unkown value' warning message to the console void unknown_value() const; + + /// print 'depricated key' warning message to the console + void warn_depricated() const; /// list of planes for the current brush std::vector planes; -- cgit v1.2.3