OSDN Git Service

Merge remote-tracking branch 'remotes/origin/List-Dead-Uniques' into For2.2.2-Refactoring
[hengband/hengband.git] / src / monster-floor / monster-remover.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void delete_monster_idx(player_type *player_ptr, MONSTER_IDX i);
6 void wipe_monsters_list(player_type *player_ptr);