From 37ac44add61e4547507770017dcb85b53c20acb5 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:12:01 +0100 Subject: Split util.cc function declarations into separate header files We need one .h file and one .hpp since some of the functions are being called from plain C code. --- src/variable.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index 99099379..40254a54 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -11,6 +11,7 @@ */ #include "angband.h" +#include "util.hpp" int max_macrotrigger = 0; -- cgit v1.2.3