summaryrefslogtreecommitdiff
path: root/src/wizard2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-27 06:32:45 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:42 +0200
commit3ceb6ba12f66db6df2e1b73e02de33a8950564de (patch)
treebfb020a9f75ab4f412cc835ba2b63e55cf1456ed /src/wizard2.c
parent9519fbdcfe2b2aad12c95e006a94403c1817355a (diff)
Move extern declarations in wizard*.c to externs.h
Diffstat (limited to 'src/wizard2.c')
-rw-r--r--src/wizard2.c19
1 files changed, 1 insertions, 18 deletions
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
*/
@@ -1579,24 +1576,10 @@ 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;