#include <position.h>
Definition at line 31 of file position.h.
Public Member Functions | |
| Position (int x, int y) | |
Public Attributes | |
| int | x |
| int | y |
| Position::Position | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 33 of file position.h.
| int Position::x |
Definition at line 37 of file position.h.
| int Position::y |
Definition at line 38 of file position.h.
1.5.5