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.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp
new file mode 100644
index 00000000..234c036d
--- /dev/null
+++ b/src/q_bounty.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "h-basic.h"
+
+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);