From 63fae54381d0898503c5dc7f4dcfabc125c04807 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:59 +0100 Subject: Move xtra1.cc function declarations to separate header Make a couple of functions private to the module while we're at it. --- src/bldg.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bldg.cc') diff --git a/src/bldg.cc b/src/bldg.cc index 354ff342..737002f3 100644 --- a/src/bldg.cc +++ b/src/bldg.cc @@ -20,6 +20,7 @@ #include "q_fireprof.h" #include "q_bounty.h" #include "store.hpp" +#include "xtra1.hpp" /* hack as in leave_store in store.c */ static bool_ leave_bldg = FALSE; -- cgit v1.2.3