31 #ifndef CRAB_MAPDATA_H 32 #define CRAB_MAPDATA_H 34 #include "crab/Rectangle.h" 38 namespace pyrodactyl {
59 MapData(rapidxml::xml_node<char> *node) {
64 void load(rapidxml::xml_node<char> *node);
65 void destAdd(
const Common::String &name,
const int &x,
const int &y);
67 void saveState(rapidxml::xml_document<> &doc, rapidxml::xml_node<char> *root);
68 void loadState(rapidxml::xml_node<char> *node);
75 #endif // CRAB_MAPDATA_H
Definition: moveeffect.h:37