summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-19 13:05:41 -0600
committertom <tom@ground-control>2015-11-19 13:05:41 -0600
commitba71810fab85da23ec8501af6d5d4935458b595e (patch)
treed426d2f3b60292e7b2ebdaf04e0e09ad0f9ea6fa /inc
parentdea2c1d5a08812dc056088ce77ec6483467f9ac5 (diff)
cleaned and added smaller map
Diffstat (limited to 'inc')
-rw-r--r--inc/Frame.hpp3
1 files changed, 1 insertions, 2 deletions
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();