summaryrefslogtreecommitdiff
path: root/src/resources/map/maplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-11 14:57:40 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-11 14:57:40 +0300
commit211aab93fed3462f875b66c3aecf0bfc98c3467a (patch)
tree4c93a86a46be6f3256d645b65379c01181ed45a2 /src/resources/map/maplayer.h
parentbc38561388687e964872231b8a9b488c48e988b8 (diff)
downloadplus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.gz
plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.bz2
plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.tar.xz
plus-211aab93fed3462f875b66c3aecf0bfc98c3467a.zip
Move mapobjectlayer into separate file.
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r--src/resources/map/maplayer.h14
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.