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/traps.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/traps.cc') diff --git a/src/traps.cc b/src/traps.cc index a45dfd59..11690667 100644 --- a/src/traps.cc +++ b/src/traps.cc @@ -14,6 +14,7 @@ #include "gods.hpp" #include "spells1.hpp" #include "spells2.hpp" +#include "util.hpp" #include "xtra1.hpp" #include "xtra2.hpp" -- cgit v1.2.3