OSDN Git Service

Replace sprintf() with std::string and/or format(). Does part of the work of resolvi...
[hengbandforosx/hengbandosx.git] / src / monster / monster-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 void process_monsters(PlayerType *player_ptr);
7 void process_monster(PlayerType *player_ptr, MONSTER_IDX m_idx);