back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gameplay.hpp
diff options
context:
space:
mode:
authorscratko <m@scratko.xyz>2024-11-09 20:00:19 +0300
committerscratko <m@scratko.xyz>2024-11-09 20:12:48 +0300
commite64c2a9d94bb6e21ac24d7e1ff5915a29bbd67bf (patch)
tree5d42ff77afaeb101ff260ddf06b733cf0ef6fa61 /gameplay.hpp
parent365c27f05d5739213d3a98aa41dcc7f1cb0a6c60 (diff)
downloadpicture-puzzle-e64c2a9d94bb6e21ac24d7e1ff5915a29bbd67bf.tar.gz
picture-puzzle-e64c2a9d94bb6e21ac24d7e1ff5915a29bbd67bf.tar.bz2
picture-puzzle-e64c2a9d94bb6e21ac24d7e1ff5915a29bbd67bf.zip
Moving slides
Changed to 8 puzzles Added reaction to clicking a puzzle Puzzles are moved to vector
Diffstat (limited to 'gameplay.hpp')
-rw-r--r--gameplay.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/gameplay.hpp b/gameplay.hpp
new file mode 100644
index 0000000..22e0ab7
--- /dev/null
+++ b/gameplay.hpp
@@ -0,0 +1,8 @@
+#ifndef GAMEPLAY_HPP_SENTRY
+#define GAMEPLAY_HPP_SENTRY
+
+#include "puzzle.hpp"
+
+void press_button_callback(Fl_Widget *w, void *params);
+
+#endif