summaryrefslogtreecommitdiff
path: root/src/wizard2.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
commit35949210fde3b7800c6c0e087a7d780467879c95 (patch)
tree00008f44eab4d5703e0cb053a15f3ac8624f02f0 /src/wizard2.hpp
parent05f1835fd9ec10fa3dd3c9962605e889ec0fc698 (diff)
Move wizard2.cc declarations to separate header file
Move the tvals[] array to variable.cc together with most of the other globals. Mark a few local functions "static" while we're at it.
Diffstat (limited to 'src/wizard2.hpp')
-rw-r--r--src/wizard2.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wizard2.hpp b/src/wizard2.hpp
index a096bec5..cec515c8 100644
--- a/src/wizard2.hpp
+++ b/src/wizard2.hpp
@@ -1,3 +1,8 @@
#pragma once
+#include "h-basic.h"
+
extern void do_cmd_rerate(void);
+extern void do_cmd_wiz_cure_all(void);
+extern void do_cmd_wiz_named_friendly(int r_idx, bool_ slp);
+extern void do_cmd_debug();