diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 17:14:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 17:14:27 +0300 |
commit | 2f2b3da534ad7d19afd96cdc92d04052aa63f567 (patch) | |
tree | c275ba32e0a08e332c16f9d892ca936eac9ce750 /src/resources/map/map.h | |
parent | 10cf17f8d83d2d925641f722acc004828dba3094 (diff) | |
download | plus-2f2b3da534ad7d19afd96cdc92d04052aa63f567.tar.gz plus-2f2b3da534ad7d19afd96cdc92d04052aa63f567.tar.bz2 plus-2f2b3da534ad7d19afd96cdc92d04052aa63f567.tar.xz plus-2f2b3da534ad7d19afd96cdc92d04052aa63f567.zip |
Move maptype into separate file.
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index db9f09dd0..76b55f988 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -78,16 +78,6 @@ class Map final : public Properties, public ConfigListener COLLISION_MAX = 5 // count index }; - enum DebugType - { - MAP_NORMAL = 0, - MAP_DEBUG = 1, - MAP_SPECIAL = 2, - MAP_SPECIAL2 = 3, - MAP_SPECIAL3 = 4, - MAP_BLACKWHITE = 5 - }; - /** * Constructor, taking map and tile size as parameters. */ |