diff options
author | scratko <m@scratko.xyz> | 2024-11-09 20:00:19 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2024-11-09 20:12:48 +0300 |
commit | e64c2a9d94bb6e21ac24d7e1ff5915a29bbd67bf (patch) | |
tree | 5d42ff77afaeb101ff260ddf06b733cf0ef6fa61 /gameplay.hpp | |
parent | 365c27f05d5739213d3a98aa41dcc7f1cb0a6c60 (diff) | |
download | picture-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.hpp | 8 |
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 |