diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-16 22:06:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-16 22:18:16 +0300 |
commit | e3ce2827f14efc6630a4c2932b60e23d9b0321b0 (patch) | |
tree | 3919c09ad3461b934d92daf95051e22eb8c6f20d /src/maplayer.h | |
parent | f5eba43704cfda82cff4229aecf6ebce99029bda (diff) | |
download | plus-e3ce2827f14efc6630a4c2932b60e23d9b0321b0.tar.gz plus-e3ce2827f14efc6630a4c2932b60e23d9b0321b0.tar.bz2 plus-e3ce2827f14efc6630a4c2932b60e23d9b0321b0.tar.xz plus-e3ce2827f14efc6630a4c2932b60e23d9b0321b0.zip |
read map layers based on layer types.
Diffstat (limited to 'src/maplayer.h')
-rw-r--r-- | src/maplayer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/maplayer.h b/src/maplayer.h index a994ab4bc..410be05fa 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -87,6 +87,13 @@ class MapObjectList final class MapLayer final: public ConfigListener { public: + enum Type + { + TILES, + COLLISION, + HEIGHTS + }; + friend class Map; /** |