diff options
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r-- | src/resources/map/maplayer.h | 21 |
1 files changed, 2 insertions, 19 deletions
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 <vector> class Image; +class ImageVertexes; class MapItem; +class MapRowVertexes; class SpecialLayer; -class ImageVertexes; - -typedef std::vector<ImageVertexes*> MepRowImages; - -class MapRowVertexes final -{ - public: - MapRowVertexes() : - images() - { - images.reserve(30); - } - - A_DELETE_COPY(MapRowVertexes) - - ~MapRowVertexes(); - - MepRowImages images; -}; class MapObject final { |