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 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;