summaryrefslogtreecommitdiff
path: root/src/hook_enter_dungeon_in.hpp
blob: 2f667c78cb8776fd53f448e5f40eb6bdf300189c (plain)
1
2
3
4
5
6
7
#pragma once

#include "h-basic.h"

struct hook_enter_dungeon_in {
	s32b d_idx;
};