summaryrefslogtreecommitdiff
path: root/src/q_one.h
diff options
context:
space:
mode:
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