summaryrefslogtreecommitdiff
path: root/src/q_bounty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_bounty.h')
-rw-r--r--src/q_bounty.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/q_bounty.h b/src/q_bounty.h
new file mode 100644
index 00000000..c0a4027c
--- /dev/null
+++ b/src/q_bounty.h
@@ -0,0 +1,17 @@
+#pragma once
+
+#include "angband.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/******* Plot Bounty Quest ********/
+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);
+
+#ifdef __cplusplus
+} // extern "C"
+#endif