summaryrefslogtreecommitdiff
path: root/src/q_rand.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_rand.hpp')
-rw-r--r--src/q_rand.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/q_rand.hpp b/src/q_rand.hpp
new file mode 100644
index 00000000..a992aa98
--- /dev/null
+++ b/src/q_rand.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "h-basic.h"
+
+#include <string>
+
+void initialize_random_quests(int n);
+bool_ is_randhero(int level);
+void quest_random_init_hook();
+std::string quest_random_describe();