diff options
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(); |