summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-21 15:04:28 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:55 +0100
commit2ae865768c1e0d575993f135f9b4fad3eeedc0b0 (patch)
treee3f4761222059f0a3433dcb617e8e7541c941397 /src/types.h
parent2eb7c8238062869ebad3945a72bb9da74e6adc1f (diff)
Update HOOK_QUEST_FAIL 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 2f566776..0f963f5e 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2295,6 +2295,11 @@ struct hook_eat_out {
bool_ ident;
};
+typedef struct hook_quest_fail_in hook_quest_fail_in;
+struct hook_quest_fail_in {
+ s16b q_idx;
+};
+
typedef enum { STAIRS_UP, STAIRS_DOWN } stairs_direction;
typedef struct hook_stair_in hook_stair_in;