summaryrefslogtreecommitdiff
path: root/src/q_one.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 19:26:38 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:41 +0200
commit410376a132361a76e79c2c079e2e0ab6650fec71 (patch)
treecdc48afc6f65dfac58d6b9c1f88133952f03f844 /src/q_one.h
parent5478165ad9d479ca9a5135e42ba139cae15aa5e6 (diff)
Split "The One" quest from plots.c
Diffstat (limited to 'src/q_one.h')
-rw-r--r--src/q_one.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/q_one.h b/src/q_one.h
new file mode 100644
index 00000000..3b0313a7
--- /dev/null
+++ b/src/q_one.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "angband.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+bool_ quest_one_init_hook(int q_idx);
+
+#ifdef __cplusplus
+} // extern "C"
+#endif