summaryrefslogtreecommitdiff
path: root/src/q_rand.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 19:34:15 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:41 +0200
commit96f2a22e37c54c474954fc1443f4f7ffef55c468 (patch)
treeb994ecdfe13559f812e21d6552ad7de99b4789b4 /src/q_rand.h
parenta9c3fa61b870baab20e4ef2f8a2eaa071f8abb56 (diff)
Split random quests from plots.c
Diffstat (limited to 'src/q_rand.h')
-rw-r--r--src/q_rand.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/q_rand.h b/src/q_rand.h
new file mode 100644
index 00000000..ea88b56c
--- /dev/null
+++ b/src/q_rand.h
@@ -0,0 +1,15 @@
+#pragma once
+
+#include "angband.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+bool_ is_randhero(int level);
+bool_ quest_random_init_hook(int q_idx);
+bool_ quest_random_describe(FILE *fff);
+
+#ifdef __cplusplus
+} // extern "C"
+#endif