OSDN Git Service

[Refactor] #40709 one-monster-placer.c のif文整理 / Adjusted if-conditions in one-monster...
[hengband/hengband.git] / src / monster-floor / monster-death.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void monster_death(player_type *player_ptr, MONSTER_IDX m_idx, bool drop_item);
6 concptr extract_note_dies(MONRACE_IDX r_idx);