summaryrefslogtreecommitdiff
path: root/src/q_bounty.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_bounty.hpp')
-rw-r--r--src/q_bounty.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp
index 234c036d..450ca8bd 100644
--- a/src/q_bounty.hpp
+++ b/src/q_bounty.hpp
@@ -2,7 +2,9 @@
#include "h-basic.h"
+#include <string>
+
extern bool_ quest_bounty_init_hook(int q_idx);
extern bool_ quest_bounty_drop_item();
extern bool_ quest_bounty_get_item();
-extern bool_ quest_bounty_describe(FILE *fff);
+extern std::string quest_bounty_describe();