From 3ceb6ba12f66db6df2e1b73e02de33a8950564de Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 27 Mar 2013 06:32:45 +0100 Subject: Move extern declarations in wizard*.c to externs.h --- src/wizard2.c | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'src/wizard2.c') diff --git a/src/wizard2.c b/src/wizard2.c index eb391437..a843b7c9 100644 --- a/src/wizard2.c +++ b/src/wizard2.c @@ -13,9 +13,6 @@ #include "angband.h" #include "hooks.h" -void do_cmd_wizard_body(s16b); -extern void status_main(void); - /* * Adds a lvl to a monster */ @@ -1578,25 +1575,11 @@ extern void do_cmd_wiz_body(s16b bidx) } -/* - * External function - */ -extern void do_cmd_spoilers(void); - - - -/* - * Hack -- declare external function - */ -extern void do_cmd_debug(void); - - - /* * Ask for and parse a "debug command" * The "command_arg" may have been set. */ -void do_cmd_debug(void) +void do_cmd_debug() { int x, y; char cmd; -- cgit v1.2.3