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

#include "monster_type_fwd.hpp"

struct hook_new_monster_end_in {
	monster_type *m_ptr;
};