libtmx  0.4.0
an C++11 library for reading TMX files
Public Attributes | List of all members
tmx::Size Struct Reference

A size of an image. More...

#include <tmx/Geometry.h>

Public Attributes

unsigned width
 
unsigned height
 

Detailed Description

A size of an image.

Member Data Documentation

unsigned tmx::Size::height

the height of the image

unsigned tmx::Size::width

the width of the image