diff options
Diffstat (limited to 'src/resources/mapreader.h')
-rw-r--r-- | src/resources/mapreader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h index c9c742ecd..28fa628db 100644 --- a/src/resources/mapreader.h +++ b/src/resources/mapreader.h @@ -49,6 +49,9 @@ class MapReader */ static Map *readMap(XmlNodePtr node, const std::string &path); + static Map *createEmptyMap(const std::string &filename, + const std::string &realFilename); + private: /** * Reads the properties element. |