summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 79c9e8b2b..0c1c5b098 100644
--- a/src/map.h
+++ b/src/map.h
@@ -433,6 +433,10 @@ class Map : public Properties, public ConfigListener
std::string getObjectData(unsigned x, unsigned y, int type);
+ void indexTilesets();
+
+ void clearIndexedTilesets();
+
protected:
friend class Actor;
@@ -516,6 +520,9 @@ class Map : public Properties, public ConfigListener
float mOpacity;
int mOpenGL;
int mPvp;
+ bool mTilesetsIndexed;
+ Tileset** mIndexedTilesets;
+ int mIndexedTilesetsSize;
SpecialLayer *mSpecialLayer;
SpecialLayer *mTempLayer;