From 032d4f98c809bde6231ff78ba50e8c244334739f Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 20 Nov 2015 15:23:18 -0600 Subject: made guys randomly walk around and a timeout on getch --- inc/List.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inc/List.hpp') diff --git a/inc/List.hpp b/inc/List.hpp index 5f83846..e997391 100644 --- a/inc/List.hpp +++ b/inc/List.hpp @@ -4,6 +4,9 @@ #include "Character.hpp" #include #include +#include +#include + using namespace std; class List @@ -11,6 +14,7 @@ class List public: List(); void draw(WINDOW * w); + void actions(); private: vector men; }; -- cgit v1.2.3