summaryrefslogtreecommitdiff
path: root/src/plots.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-08 20:30:54 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-08 20:47:15 +0200
commit976701ed6d6a45214bc2ea9fea3f6f7299ae379c (patch)
tree87ed8d58262ae2eb062e4b722a6ffa51e1bc7dc9 /src/plots.h
parentab026914d25d77fb14172922c66e630536180252 (diff)
Lua: God quest: Move place_rand_dung() to C
Diffstat (limited to 'src/plots.h')
-rw-r--r--src/plots.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plots.h b/src/plots.h
index f1dcce8c..eaeeb818 100644
--- a/src/plots.h
+++ b/src/plots.h
@@ -62,3 +62,6 @@ extern void quest_library_building(bool_ *paid, bool_ *recreate);
extern void quest_fireproof_building(bool_ *paid, bool_ *recreate);
extern bool_ quest_fireproof_init_hook(int q);
extern bool_ quest_fireproof_describe(FILE *fff);
+
+/******* Plot God Quest **************/
+extern void quest_god_place_rand_dung();