From ba71810fab85da23ec8501af6d5d4935458b595e Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 19 Nov 2015 13:05:41 -0600 Subject: cleaned and added smaller map --- inc/Frame.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/Frame.hpp b/inc/Frame.hpp index ad9ef99..1cdf063 100644 --- a/inc/Frame.hpp +++ b/inc/Frame.hpp @@ -12,8 +12,7 @@ using namespace std; class Frame { - public: - //Frame(int rows, int cols, int nRow, int nCol); // main window test + public: Frame(string location, int nRow, int nCol); // main window with seeded map Frame(Frame &super, int rows, int cols, int nRow, int nCol); // viewport ~Frame(); -- cgit v1.2.3