summaryrefslogtreecommitdiff
path: root/src/bldg.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit71a3bdb100d427ceedce7b2c8fe94de6181341d1 (patch)
tree8542e37ae3f5b66a16dcbb9e0fe68fefa167aeed /src/bldg.cc
parent6cf4c537d2a3545e7f9579999822ce59557eea28 (diff)
Move store.cc function declarations to separate header
Diffstat (limited to 'src/bldg.cc')
-rw-r--r--src/bldg.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bldg.cc b/src/bldg.cc
index f82e1ef2..354ff342 100644
--- a/src/bldg.cc
+++ b/src/bldg.cc
@@ -19,6 +19,7 @@
#include "q_library.h"
#include "q_fireprof.h"
#include "q_bounty.h"
+#include "store.hpp"
/* hack as in leave_store in store.c */
static bool_ leave_bldg = FALSE;