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