diff options
Diffstat (limited to 'src/resources/mapreader.h')
-rw-r--r-- | src/resources/mapreader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h index 7ac70a99f..d03021790 100644 --- a/src/resources/mapreader.h +++ b/src/resources/mapreader.h @@ -25,6 +25,8 @@ #include "utils/xml.h" +#include "maplayer.h" + #include <string> class Map; @@ -73,11 +75,13 @@ class MapReader final static bool readBase64Layer(const XmlNodePtr childNode, Map *const map, MapLayer *const layer, + const MapLayer::Type &layerType, const std::string &compression, int &x, int &y, const int w, const int h); static bool readCsvLayer(const XmlNodePtr childNode, Map *const map, MapLayer *const layer, + const MapLayer::Type &layerType, int &x, int &y, const int w, const int h); /** |