back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gameplay.hpp
diff options
context:
space:
mode:
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