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/q_god.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/q_god.cc') diff --git a/src/q_god.cc b/src/q_god.cc index 754802fd..0a3b07e7 100644 --- a/src/q_god.cc +++ b/src/q_god.cc @@ -17,6 +17,7 @@ #include "variable.hpp" #include "wilderness_map.hpp" #include "wilderness_type_info.hpp" +#include "z-rand.hpp" #include -- cgit v1.2.3