From 97bcf1bc612d9920390c885b8dcea0b0cda6f246 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 11 Dec 2015 08:09:30 +0100 Subject: Migrate z-rand.c to C++ - Include explicitly instead of via angband.h - Change to regular functions instead of macros. --- src/spells4.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/spells4.cc') diff --git a/src/spells4.cc b/src/spells4.cc index b4f924c6..9e708e06 100644 --- a/src/spells4.cc +++ b/src/spells4.cc @@ -14,6 +14,7 @@ #include "util.hpp" #include "util.h" #include "variable.hpp" +#include "z-rand.hpp" #include #include -- cgit v1.2.3