From cbc0dcecffb9cf29708b1c1c4e60df49a1994add Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 21 Dec 2014 15:27:44 +0100 Subject: Update HOOK_QUEST_FINISH to new-style hook --- src/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 0f963f5e..7ab40816 100644 --- a/src/types.h +++ b/src/types.h @@ -2300,6 +2300,11 @@ struct hook_quest_fail_in { s16b q_idx; }; +typedef struct hook_quest_finish_in hook_quest_finish_in; +struct hook_quest_finish_in { + s32b q_idx; +}; + typedef enum { STAIRS_UP, STAIRS_DOWN } stairs_direction; typedef struct hook_stair_in hook_stair_in; -- cgit v1.2.3