diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-05 19:42:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-05 19:42:09 +0300 |
commit | 101ba08f997bd1912da32abe778cdc3305048380 (patch) | |
tree | afa32264727644f3c42a2d77903132d39cb4a012 /src/resources | |
parent | 8db4a7da23c36718152ca29cfb067bcfc759a92f (diff) | |
download | plus-101ba08f997bd1912da32abe778cdc3305048380.tar.gz plus-101ba08f997bd1912da32abe778cdc3305048380.tar.bz2 plus-101ba08f997bd1912da32abe778cdc3305048380.tar.xz plus-101ba08f997bd1912da32abe778cdc3305048380.zip |
Separate map class to map and maplayer.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/mapreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp index 8d71779f2..1ddb74f20 100644 --- a/src/resources/mapreader.cpp +++ b/src/resources/mapreader.cpp @@ -25,6 +25,7 @@ #include "configuration.h" #include "logger.h" #include "map.h" +#include "maplayer.h" #include "tileset.h" #include "resources/animation.h" |