From 260589abf40d3a0d02c5c472467858cc4c151e6a Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 25 Nov 2015 16:05:41 -0600 Subject: allowed movement orders --- inc/List.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/List.hpp') 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 i); void draw(WINDOW * w); void action(); + void order(Location l); private: vector men; vector impassable; -- cgit v1.2.3