summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h7
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;
/**