summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-21 15:27:44 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:55 +0100
commitcbc0dcecffb9cf29708b1c1c4e60df49a1994add (patch)
tree9d348ed90d4cad5e5174c7b3f094445a849d5f69 /src/types.h
parent2ae865768c1e0d575993f135f9b4fad3eeedc0b0 (diff)
Update HOOK_QUEST_FINISH to new-style hook
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 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;