From 7b6b389fe156b8ff1fc1f35ee776a2e65f160921 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 May 2014 18:29:03 +0300 Subject: Move mapitemtype into separate file. --- src/resources/map/mapitem.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/resources/map/mapitem.h') diff --git a/src/resources/map/mapitem.h b/src/resources/map/mapitem.h index 3e92c536e..b83c26729 100644 --- a/src/resources/map/mapitem.h +++ b/src/resources/map/mapitem.h @@ -34,26 +34,6 @@ class MapItem final friend class Map; friend class MapLayer; - enum ItemType - { - EMPTY = 0, - HOME = 1, - ROAD = 2, - CROSS = 3, - ARROW_UP = 4, - ARROW_DOWN = 5, - ARROW_LEFT = 6, - ARROW_RIGHT = 7, - PORTAL = 8, - MUSIC = 9, - ATTACK = 10, - PRIORITY = 11, - IGNORE_ = 12, - PICKUP = 13, - NOPICKUP = 14, - SEPARATOR = 15 - }; - MapItem(); explicit MapItem(const int type); -- cgit v1.2.3-70-g09d2