back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gameplay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gameplay.hpp')
-rw-r--r--gameplay.hpp6
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