summaryrefslogtreecommitdiff
path: root/src/q_bounty.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 18:09:59 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:40 +0200
commitad687f1dab21fee379ccf70fbe4fc27c2e66409f (patch)
tree5c15d752f218a635e6a8809a180e8fdc3c86cbec /src/q_bounty.h
parentfb0511aaa96c7a6089f39508703a8e0479b709f1 (diff)
Split bounty hunter quest from plots.c
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