From 96038fbcb01261dfc4b786562b1ddb702c991483 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 18 Nov 2015 21:24:43 -0600 Subject: map successfully imports, need to do coloring next --- inc/Frame.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'inc/Frame.hpp') diff --git a/inc/Frame.hpp b/inc/Frame.hpp index 0bfce2c..ad9ef99 100644 --- a/inc/Frame.hpp +++ b/inc/Frame.hpp @@ -6,6 +6,7 @@ #include #include #include +#include using namespace std; @@ -35,9 +36,10 @@ class Frame int height, width; int row, col; bool hasSuper; + bool colored = false; WINDOW * w; WINDOW * super; - string m; + vector m; }; #endif -- cgit v1.2.3