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/monster3.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/monster3.cc') diff --git a/src/monster3.cc b/src/monster3.cc index 9e7df503..039bcd94 100644 --- a/src/monster3.cc +++ b/src/monster3.cc @@ -10,6 +10,8 @@ #include "cmd2.hpp" #include "gods.hpp" #include "skills.hpp" +#include "util.hpp" +#include "util.h" #include "xtra2.hpp" /* -- cgit v1.2.3