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/wizard2.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wizard2.cc') diff --git a/src/wizard2.cc b/src/wizard2.cc index 2be1dba6..bde242f1 100644 --- a/src/wizard2.cc +++ b/src/wizard2.cc @@ -18,6 +18,8 @@ #include "spells1.hpp" #include "spells2.hpp" #include "traps.hpp" +#include "util.hpp" +#include "util.h" #include "xtra1.hpp" #include "xtra2.hpp" -- cgit v1.2.3