summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit6baf465782e98e1146cad8f5c5e60c7b5792e94f (patch)
treee2943f9a90b78d5422b31df678739e5a9b3c1e2e /src/wizard2.cc
parent3a6e755dd2efe4e7d72515d4c0041cc3042d0c5f (diff)
Move cmd4.cc function declarations to separate header file
Remove a little dead code while we're at it.
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index 3f99726e..522d6059 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -1,7 +1,3 @@
-/* File: wizard2.c */
-
-/* Purpose: Wizard commands */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -12,6 +8,7 @@
#include "angband.h"
#include "cave.hpp"
+#include "cmd4.hpp"
#include "corrupt.hpp"
#include "hooks.h"
#include "randart.hpp"