From 35949210fde3b7800c6c0e087a7d780467879c95 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Mar 2015 16:55:41 +0100 Subject: 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. --- src/wizard2.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wizard2.hpp') 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(); -- cgit v1.2.3