summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 3bbbb270..c9727518 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2266,6 +2266,11 @@ struct hook_get_in {
int o_idx;
};
+typedef struct hook_end_turn_in hook_end_turn_in;
+struct hook_end_turn_in {
+ bool_ is_quest;
+};
+
/*
* Structure for the "quests"
*/