diff options
author | tom <tom@ground-control> | 2015-11-19 13:05:41 -0600 |
---|---|---|
committer | tom <tom@ground-control> | 2015-11-19 13:05:41 -0600 |
commit | ba71810fab85da23ec8501af6d5d4935458b595e (patch) | |
tree | d426d2f3b60292e7b2ebdaf04e0e09ad0f9ea6fa /inc | |
parent | dea2c1d5a08812dc056088ce77ec6483467f9ac5 (diff) |
cleaned and added smaller map
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Frame.hpp | 3 |
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(); |