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_hobbit.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/q_hobbit.cc') diff --git a/src/q_hobbit.cc b/src/q_hobbit.cc index bc3659e9..5a71711e 100644 --- a/src/q_hobbit.cc +++ b/src/q_hobbit.cc @@ -16,6 +16,7 @@ #include "tables.hpp" #include "util.hpp" #include "variable.hpp" +#include "z-rand.hpp" #include -- cgit v1.2.3