From 9023f43291b894f7670df2ffe513808ef6360954 Mon Sep 17 00:00:00 2001 From: scratko Date: Sun, 10 Nov 2024 15:16:31 +0300 Subject: Added end game check --- gameplay.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gameplay.hpp') 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 -- cgit v1.2.3