summaryrefslogtreecommitdiff
path: root/src/wizard1.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commitec21839c93c67b5450a0df8891372c762e3d8194 (patch)
tree36cb330cec69fe71b223f712fa614561e09ba51f /src/wizard1.hpp
parent35949210fde3b7800c6c0e087a7d780467879c95 (diff)
Move wizard1.cc declarations to separate header file
Diffstat (limited to 'src/wizard1.hpp')
-rw-r--r--src/wizard1.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wizard1.hpp b/src/wizard1.hpp
new file mode 100644
index 00000000..0429aa70
--- /dev/null
+++ b/src/wizard1.hpp
@@ -0,0 +1,3 @@
+#pragma once
+
+void do_cmd_spoilers();