summaryrefslogtreecommitdiff
path: root/src/plots.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-08 21:11:11 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-08 21:15:15 +0200
commit588796622eef2419931bf759188a90822be8574f (patch)
treec5d8957194d9c6b6a352f0e5dd330317b37b4548 /src/plots.h
parent3db3a9506e165a6480c51d79ee8ddb2ca509f600 (diff)
Lua: God quest: Move generate_relic() to C
Diffstat (limited to 'src/plots.h')
-rw-r--r--src/plots.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plots.h b/src/plots.h
index eaeeb818..31653f36 100644
--- a/src/plots.h
+++ b/src/plots.h
@@ -65,3 +65,4 @@ extern bool_ quest_fireproof_describe(FILE *fff);
/******* Plot God Quest **************/
extern void quest_god_place_rand_dung();
+extern void quest_god_generate_relic();