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

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

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