summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 23:56:35 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commitd0abfa2e636e139d25b178457b8dc7f5b007104d (patch)
treeaab638bc0f2c3a03c08ecb890ab8ae67e0584e63 /src/types.h
parent752611806d109d182227c22354bd380899ba5d67 (diff)
Update HOOK_INIT_QUEST 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 d3f1f599..e3b4a289 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2264,6 +2264,11 @@ struct hook_stair_out {
bool_ allow;
};
+typedef struct hook_init_quest_in hook_init_quest_in;
+struct hook_init_quest_in {
+ int q_idx;
+};
+
typedef struct hook_new_monster_in hook_new_monster_in;
struct hook_new_monster_in {
s32b r_idx;