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 ea383ff7..cb6d8e73 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2315,6 +2315,11 @@ struct hook_stair_out {
bool_ allow;
};
+typedef struct hook_new_monster_end_in hook_new_monster_end_in;
+struct hook_new_monster_end_in {
+ monster_type *m_ptr;
+};
+
/*
* Structure for the "quests"
*/