#include <mapstructures.h>
Public Member Functions | |
| MapSize () | |
| MapSize (mapel_t map_w, mapel_t map_h) | |
| void | Clear () |
| void | Set (mapel_t map_w, mapel_t map_h) |
| bool | operator== (const MapSize &size) |
| bool | operator!= (const MapSize &size) |
Public Attributes | |
| mapel_t | width |
| mapel_t | height |
| MapSize::MapSize | ( | ) | [inline] |
| void MapSize::Clear | ( | ) | [inline] |
| bool MapSize::operator== | ( | const MapSize & | size | ) | [inline] |
| bool MapSize::operator!= | ( | const MapSize & | size | ) | [inline] |
1.5.3