summaryrefslogtreecommitdiff
path: root/src/resources/map/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-12 02:29:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-12 15:33:36 +0300
commit11a49b50fb6c2ff20f62f39d8606f54770b6a295 (patch)
treeb53db1081ea5741cc9fe5c3a6dd426fffad803cc /src/resources/map/map.h
parent2884c80ba3c986eb44c61ec5f973a6c8c6fd2207 (diff)
downloadplus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.gz
plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.bz2
plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.xz
plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.zip
Fix code style
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r--src/resources/map/map.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h
index 76b55f988..095f97bdf 100644
--- a/src/resources/map/map.h
+++ b/src/resources/map/map.h
@@ -29,7 +29,6 @@
#include "resources/map/blockmask.h"
#include "resources/map/blocktype.h"
-#include "resources/map/metatile.h"
#include "resources/map/properties.h"
#include "listeners/configlistener.h"
@@ -39,21 +38,20 @@
#include <string>
#include <vector>
-class Animation;
class AmbientLayer;
-class Image;
class MapHeights;
class MapItem;
class MapLayer;
class ObjectsLayer;
class Particle;
class Resource;
-class SimpleAnimation;
class SpecialLayer;
class Tileset;
class TileAnimation;
class WalkLayer;
+struct MetaTile;
+
typedef std::vector<Tileset*> Tilesets;
typedef std::vector<MapLayer*> Layers;
typedef Layers::const_iterator LayersCIter;