summaryrefslogtreecommitdiff
path: root/src/melee1.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/melee1.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/melee1.cc')
-rw-r--r--src/melee1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/melee1.cc b/src/melee1.cc
index 9ec5f0c6..bb4c06d1 100644
--- a/src/melee1.cc
+++ b/src/melee1.cc
@@ -29,6 +29,7 @@
#include "variable.hpp"
#include "xtra1.hpp"
#include "xtra2.hpp"
+#include "z-rand.hpp"
#include <boost/algorithm/string/predicate.hpp>