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.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/q_rand.hpp b/src/q_rand.hpp
index fe87289b..a992aa98 100644
--- a/src/q_rand.hpp
+++ b/src/q_rand.hpp
@@ -2,7 +2,9 @@
#include "h-basic.h"
+#include <string>
+
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);
+void quest_random_init_hook();
+std::string quest_random_describe();