31 #ifndef CRAB_TMXLAYER_H 32 #define CRAB_TMXLAYER_H 34 #include "crab/Rectangle.h" 35 #include "crab/image/Image.h" 36 #include "crab/TMX/TileInfo.h" 38 #include "common/list.h" 78 bool load(rapidxml::xml_node<char> *node);
106 _type = LAYER_NORMAL;
109 bool load(
const Common::Path &path, rapidxml::xml_node<char> *node);
115 #endif // CRAB_TMXLAYER_H
Definition: Rectangle.h:42
Definition: moveeffect.h:37
Definition: TMXLayer.h:66
Definition: TMXLayer.h:82