summaryrefslogtreecommitdiff
path: root/src/q_wolves.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 19:03:20 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:40 +0200
commit60d422ca9be29752ffb7d6d3a734845c46a89e28 (patch)
tree1f116771ccd7b509ff6d0cdd9f89c74cc3d585da /src/q_wolves.h
parent1491a1fe626d1cde5541a8de284193eafd5bbed2 (diff)
Split "Wolves!" quest from plots.c
Diffstat (limited to 'src/q_wolves.h')
-rw-r--r--src/q_wolves.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/q_wolves.h b/src/q_wolves.h
new file mode 100644
index 00000000..f006716f
--- /dev/null
+++ b/src/q_wolves.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "angband.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+bool_ quest_wolves_init_hook(int q_idx);
+
+#ifdef __cplusplus
+} // extern "C"
+#endif