summaryrefslogtreecommitdiff
path: root/src/spells2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-11 08:09:30 +0100
commit97bcf1bc612d9920390c885b8dcea0b0cda6f246 (patch)
treef9890fb08cc717fbc8837b58945f32dd64929b45 /src/spells2.cc
parente4b4f4730a2fb39da766892adbf3419bf5e7f48f (diff)
Migrate z-rand.c to C++
- Include explicitly instead of via angband.h - Change to regular functions instead of macros.
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index b2f294bc..08a643c9 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -40,6 +40,7 @@
#include "variable.hpp"
#include "xtra1.hpp"
#include "xtra2.hpp"
+#include "z-rand.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <cassert>