From e80e2536085d2a2f0d971007eb00c662ccfc5fda Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 May 2014 14:42:54 +0300 Subject: Move maprowvertexes into separate file. --- src/resources/map/maplayer.h | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'src/resources/map/maplayer.h') diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 2c3fc23f1..f6eff689c 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -34,27 +34,10 @@ #include class Image; +class ImageVertexes; class MapItem; +class MapRowVertexes; class SpecialLayer; -class ImageVertexes; - -typedef std::vector MepRowImages; - -class MapRowVertexes final -{ - public: - MapRowVertexes() : - images() - { - images.reserve(30); - } - - A_DELETE_COPY(MapRowVertexes) - - ~MapRowVertexes(); - - MepRowImages images; -}; class MapObject final { -- cgit v1.2.3-60-g2f50