Mana
|
Reader for XML map files (*.tmx) More...
#include <mapreader.h>
Static Public Member Functions | |
static Map * | readMap (const std::string &filename) |
Read an XML map from a file. | |
static Map * | readMap (XML::Node node, const std::string &path) |
Read an XML map from a parsed XML tree. | |
Reader for XML map files (*.tmx)
Definition at line 33 of file mapreader.h.
|
static |
Read an XML map from a file.
Definition at line 78 of file mapreader.cpp.
Read an XML map from a parsed XML tree.
The path is used to find the location of referenced tileset images.
Definition at line 110 of file mapreader.cpp.