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 de38baca..2f566776 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2254,6 +2254,11 @@ struct hook_chat_in {
s32b m_idx;
};
+typedef struct hook_enter_dungeon_in hook_enter_dungeon_in;
+struct hook_enter_dungeon_in {
+ s32b d_idx;
+};
+
typedef struct hook_wild_gen_in hook_wild_gen_in;
struct hook_wild_gen_in {
bool_ small;