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