OSDN Git Service

Merge pull request #2013 from sikabane-works/release/3.0.0Alpha51
[hengbandforosx/hengbandosx.git] / src / monster-attack / monster-attack-player.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool make_attack_normal(PlayerType *player_ptr, MONSTER_IDX m_idx);