diff options
Diffstat (limited to 'gameplay.hpp')
-rw-r--r-- | gameplay.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gameplay.hpp b/gameplay.hpp index 0069772..9c26f5b 100644 --- a/gameplay.hpp +++ b/gameplay.hpp @@ -4,6 +4,8 @@ #include "puzzle.hpp" void press_button_callback(Fl_Widget *w, void *params); +bool is_next_to_empty_box(GameParams::coordinates empty_box_pos, + GameParams::coordinates current_pos); class PuzzleGame { public: |