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.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/q_fireprof.hpp b/src/q_fireprof.hpp
new file mode 100644
index 00000000..361d45ad
--- /dev/null
+++ b/src/q_fireprof.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "h-basic.h"
+
+#include <string>
+
+void quest_fireproof_building(bool_ *paid, bool_ *recreate);
+void quest_fireproof_init_hook();
+std::string quest_fireproof_describe();