summaryrefslogtreecommitdiff
path: root/src/plots.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plots.h')
-rw-r--r--src/plots.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plots.h b/src/plots.h
index 73e4b8a8..702bb55e 100644
--- a/src/plots.h
+++ b/src/plots.h
@@ -56,3 +56,8 @@ extern bool_ quest_bounty_describe(FILE *fff);
/******* Plot Library Quest *******/
extern void quest_library_gen_hook();
extern void quest_library_building(bool_ *paid, bool_ *recreate);
+
+/******* Plot Fireproof Quest *********/
+extern void quest_fireproof_building(bool_ *paid, bool_ *recreate);
+extern bool_ quest_fireproof_init_hook(int q);
+extern bool_ quest_fireproof_describe(FILE *fff);