diff options
Diffstat (limited to 'puzzle.hpp')
-rw-r--r-- | puzzle.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ private: coordinates empty_box; std::vector<std::unique_ptr<Puzzle>> puzzles; Fl_Window *win; + /* + * selecting the current directory where the user image is stored + */ std::string cur_directory; GameParams(Fl_Window *a_win = nullptr) |