summaryrefslogtreecommitdiff
path: root/src/q_fireprof.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_fireprof.hpp')
-rw-r--r--src/q_fireprof.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/q_fireprof.hpp b/src/q_fireprof.hpp
new file mode 100644
index 00000000..53d368b0
--- /dev/null
+++ b/src/q_fireprof.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "h-basic.h"
+
+extern void quest_fireproof_building(bool_ *paid, bool_ *recreate);
+extern bool_ quest_fireproof_init_hook(int q);
+extern bool_ quest_fireproof_describe(FILE *fff);