summaryrefslogtreecommitdiff
path: root/src/q_rand.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-25 13:10:24 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:41 +0200
commiteb657ada4c1ec432fc0e3aec0b9f4d796efed428 (patch)
tree7730e730edff4435daed57dbdc6fca7b45542c26 /src/q_rand.h
parent07abe10e701b6e6d5acbfc79db665e29bceeb0ab (diff)
Split hooks into separate header
Diffstat (limited to 'src/q_rand.h')
-rw-r--r--src/q_rand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/q_rand.h b/src/q_rand.h
index ea88b56c..6d4e5eba 100644
--- a/src/q_rand.h
+++ b/src/q_rand.h
@@ -6,6 +6,7 @@
extern "C" {
#endif
+void initialize_random_quests(int n);
bool_ is_randhero(int level);
bool_ quest_random_init_hook(int q_idx);
bool_ quest_random_describe(FILE *fff);