diff options
Diffstat (limited to 'inc/List.hpp')
-rw-r--r-- | inc/List.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/List.hpp b/inc/List.hpp index 447903b..56d25e9 100644 --- a/inc/List.hpp +++ b/inc/List.hpp @@ -14,6 +14,7 @@ class List List(vector <Location> i); void draw(WINDOW * w); void action(); + void order(Location l); private: vector <Character> men; vector <Location> impassable; |