summaryrefslogtreecommitdiff
path: root/src/q_rand.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-22 14:23:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-22 14:23:30 +0100
commitf498e18ca748427db1de1bf0301df5113e4f5ba2 (patch)
treebcd5d490476739a830fdba9a00fa31fd0901ca2d /src/q_rand.hpp
parentbe1a50f85972c88e75ef8a1ee375f55ec94ba18d (diff)
Rename q_*.h headers to *.hpp and remove "extern C" wrappers
Diffstat (limited to 'src/q_rand.hpp')
-rw-r--r--src/q_rand.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/q_rand.hpp b/src/q_rand.hpp
new file mode 100644
index 00000000..a86830f3
--- /dev/null
+++ b/src/q_rand.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "angband.h"
+
+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);