summaryrefslogtreecommitdiff
path: root/src/hook_monster_ai_in.hpp
blob: 44f76a395785ad15c18171f4ff6e78924529f131 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "h-basic.hpp"
#include "monster_type_fwd.hpp"

struct hook_monster_ai_in {
	s32b m_idx;
	monster_type *m_ptr;
};