From e64c2a9d94bb6e21ac24d7e1ff5915a29bbd67bf Mon Sep 17 00:00:00 2001 From: scratko Date: Sat, 9 Nov 2024 20:00:19 +0300 Subject: Moving slides Changed to 8 puzzles Added reaction to clicking a puzzle Puzzles are moved to vector --- gameplay.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gameplay.hpp (limited to 'gameplay.hpp') 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 -- cgit v1.2.3