From 211aab93fed3462f875b66c3aecf0bfc98c3467a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 May 2014 14:57:40 +0300 Subject: Move mapobjectlayer into separate file. --- src/resources/map/maplayer.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/resources/map/maplayer.h') diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 7da75a6f8..a631932b6 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -38,22 +38,10 @@ class Image; class ImageVertexes; class MapItem; +class MapObjectList; class MapRowVertexes; class SpecialLayer; -class MapObjectList final -{ - public: - MapObjectList() : - objects() - { - } - - A_DELETE_COPY(MapObjectList) - - std::vector objects; -}; - /** * A map layer. Stores a grid of tiles and their offset, and implements layer * rendering. -- cgit v1.2.3-60-g2f50