summaryrefslogtreecommitdiff
path: root/src/q_fireprof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_fireprof.h')
-rw-r--r--src/q_fireprof.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/q_fireprof.h b/src/q_fireprof.h
new file mode 100644
index 00000000..eb6a048c
--- /dev/null
+++ b/src/q_fireprof.h
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "angband.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void quest_fireproof_building(bool_ *paid, bool_ *recreate);
+extern bool_ quest_fireproof_init_hook(int q);
+extern bool_ quest_fireproof_describe(FILE *fff);
+
+#ifdef __cplusplus
+} // extern "C"
+#endif