diff options
Diffstat (limited to 'gameplay.hpp')
-rw-r--r-- | gameplay.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gameplay.hpp b/gameplay.hpp index 22e0ab7..0069772 100644 --- a/gameplay.hpp +++ b/gameplay.hpp @@ -5,4 +5,10 @@ void press_button_callback(Fl_Widget *w, void *params); +class PuzzleGame { +public: + static bool IsFinalPlacement(GameParams *gp); + static void StartGame(GameParams *gp); +}; + #endif |