summaryrefslogtreecommitdiff
path: root/src/externs.h
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/externs.h
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/externs.h')
-rw-r--r--src/externs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/externs.h b/src/externs.h
index b2380840..1b2ff5b6 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -458,6 +458,7 @@ extern s32b DUNGEON_ASTRAL_WILD_Y;
extern deity_type deity_info[MAX_GODS];
extern timer_type *gl_timers;
extern const char *get_version_string();
+extern tval_desc2 tvals[];
/* birth.c */
extern bool_ no_begin_screen;
@@ -481,12 +482,6 @@ extern bool_ private_check_user_directory(cptr dirpath);
/* wizard1.c */
extern void do_cmd_spoilers();
-/* wizard2.c */
-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();
-extern tval_desc2 tvals[];
-
/*
* Hack -- conditional (or "bizarre") externs
*/