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.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp
new file mode 100644
index 00000000..fe9742ef
--- /dev/null
+++ b/src/q_bounty.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "h-basic.h"
+
+#include <string>
+
+void quest_bounty_init_hook();
+bool_ quest_bounty_drop_item();
+bool_ quest_bounty_get_item();
+std::string quest_bounty_describe();