OSDN Git Service

To be more idiomatic, drop "was" from English message for death of dragon centipedes.
[hengband/hengband.git] / src / monster / monster-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void process_monsters(player_type *target_ptr);
6 void process_monster(player_type *target_ptr, MONSTER_IDX m_idx);