#include <Map_test.h>
Public Member Functions | |
MapParams (int height=0, int width=0, int map_center_x=0, int map_center_y=0) | |
Public Attributes | |
int | _height |
int | _map_center_x |
int | _map_center_y |
int | _width |
Friends | |
bool | operator== (const MapParams &left, const MapParams &right) |
Definition at line 7 of file Map_test.h.
|
inline |
Definition at line 9 of file Map_test.h.
Definition at line 21 of file Map_test.h.
int MapParams::_height |
Definition at line 15 of file Map_test.h.
int MapParams::_map_center_x |
Definition at line 17 of file Map_test.h.
int MapParams::_map_center_y |
Definition at line 18 of file Map_test.h.
int MapParams::_width |
Definition at line 16 of file Map_test.h.