diff options
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r-- | src/resources/map/maplayer.h | 14 |
1 files changed, 1 insertions, 13 deletions
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<MapObject> objects; -}; - /** * A map layer. Stores a grid of tiles and their offset, and implements layer * rendering. |