summaryrefslogtreecommitdiff
path: root/src/birth.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
commit6cffbd70646ee66c3b2a2a2fd7fd35c23d88b93e (patch)
tree6c57ef3b4a7c3a8b48bddf76879a96c3f58f944a /src/birth.cc
parent6baf465782e98e1146cad8f5c5e60c7b5792e94f (diff)
Move cmd5.cc function declarations to separate header file
Make a few of functions static, remove dead code and fix a few stray declarations while we're at it.
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/birth.cc b/src/birth.cc
index eb76c838..ef723220 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -10,6 +10,7 @@
#include "angband.h"
#include "corrupt.hpp"
#include "cmd4.hpp"
+#include "cmd5.hpp"
#include "gods.hpp"
#include "help.hpp"
#include "hooks.h"
@@ -20,6 +21,7 @@
#include "q_rand.h"
#include "skills.hpp"
#include "spells3.hpp"
+#include "spells5.hpp"
#include "store.hpp"
#include "xtra1.hpp"
#include "xtra2.hpp"