30 #include "TmxPropertySet.h"
49 void Parse(
const tinyxml2::XMLNode *imageLayerNode);
Base class for other layer types.
Definition: TmxLayer.h:54
const Tmx::Image * GetImage() const
Returns a variable containing information about the image of the ImageLayer.
Definition: TmxImageLayer.h:53
ImageLayer(const Tmx::Map *_map)
Construct an ImageLayer on the given map.
Definition: TmxImageLayer.cpp:37
void Parse(const tinyxml2::XMLNode *imageLayerNode)
Parse a ImageLayer element.
Definition: TmxImageLayer.cpp:48
This class is the root class of the parser.
Definition: TmxMap.h:115
A class used for holding information about a background image.
Definition: TmxImageLayer.h:41
A class used for storing information about an image within a tileset.
Definition: TmxImage.h:42