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/main-sdl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main-sdl.c') diff --git a/src/main-sdl.c b/src/main-sdl.c index c9e70b73..03023b86 100644 --- a/src/main-sdl.c +++ b/src/main-sdl.c @@ -26,6 +26,8 @@ #ifdef USE_SDL #include "angband.h" +#include "util.h" + #include #include #include -- cgit v1.2.3