summaryrefslogtreecommitdiff
path: root/src/wizard1.cc
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
commitec21839c93c67b5450a0df8891372c762e3d8194 (patch)
tree36cb330cec69fe71b223f712fa614561e09ba51f /src/wizard1.cc
parent35949210fde3b7800c6c0e087a7d780467879c95 (diff)
Move wizard1.cc declarations to separate header file
Diffstat (limited to 'src/wizard1.cc')
-rw-r--r--src/wizard1.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wizard1.cc b/src/wizard1.cc
index ab715c8f..1014fab0 100644
--- a/src/wizard1.cc
+++ b/src/wizard1.cc
@@ -1,6 +1,4 @@
-/* File: wizard1.c */
-
-/* Purpose: Spoiler generation -BEN- */
+#include "wizard1.hpp"
#include "angband.h"
#include "cmd7.hpp"
@@ -2324,7 +2322,7 @@ static void spoil_mon_info(cptr fname)
}
-const char *long_intro =
+static const char *long_intro =
"Essences are the tools of the trade for Alchemists, "
"and unfortunately are useless for any other class. "
"Alchemists use essences to create magical items for them to use.\n\n"