Mana
|
A position along a being's path. More...
#include <position.h>
Public Member Functions | |
constexpr | Position (int x, int y) |
Public Attributes | |
int | x |
int | y |
A position along a being's path.
Definition at line 30 of file position.h.
|
inlineconstexpr |
Definition at line 32 of file position.h.
int Position::x |
Definition at line 36 of file position.h.
int Position::y |
Definition at line 37 of file position.h.