summaryrefslogtreecommitdiff
path: root/src/resources/db/mapdb.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-06 22:35:47 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-06 22:35:47 +0300
commitee41cd5a5a37e4d41df49cd92c61868fe2ce1a51 (patch)
tree4a189407ebb6240fd52b1909f38cb539ac1ef029 /src/resources/db/mapdb.h
parent89c3f9e88ab1a11959eacc18c6b4c9fb6e4a3dc9 (diff)
downloadplus-ee41cd5a5a37e4d41df49cd92c61868fe2ce1a51.tar.gz
plus-ee41cd5a5a37e4d41df49cd92c61868fe2ce1a51.tar.bz2
plus-ee41cd5a5a37e4d41df49cd92c61868fe2ce1a51.tar.xz
plus-ee41cd5a5a37e4d41df49cd92c61868fe2ce1a51.zip
Load special tilesets in ignored atlas.
Special tilesets for now is collision and levels. After can be other.
Diffstat (limited to 'src/resources/db/mapdb.h')
-rw-r--r--src/resources/db/mapdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/mapdb.h b/src/resources/db/mapdb.h
index dfc0f1ca1..2a71de1ce 100644
--- a/src/resources/db/mapdb.h
+++ b/src/resources/db/mapdb.h
@@ -55,6 +55,8 @@ namespace MapDB
const MapInfo *getMapAtlas(const std::string &name) A_WARN_UNUSED;
+ const MapInfo *getAtlas(const std::string &name) A_WARN_UNUSED;
+
// Maps DB
typedef std::map<std::string, std::string> Maps;
typedef Maps::iterator MapIterator;