#include <movement.hpp>
Public Member Functions | |
| terrain_movement (const t_string &name_, int moves_) | |
| bool | operator< (const terrain_movement &other) const |
Public Attributes | |
| const t_string & | name |
| int | moves |
Definition at line 21 of file movement.hpp.
|
inline |
Definition at line 26 of file movement.hpp.
|
inline |
Definition at line 30 of file movement.hpp.
References translation::icompare(), and name.
| int terrain_movement::moves |
Definition at line 24 of file movement.hpp.
| const t_string& terrain_movement::name |
Definition at line 23 of file movement.hpp.
Referenced by operator<().