OSDN Git Service

Merge pull request #1465 from Hourier/feature/Replace-NULL-to-nullptr
[hengbandforosx/hengbandosx.git] / src / monster-attack / monster-attack-player.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct player_type;
6 bool make_attack_normal(player_type *targer_ptr, MONSTER_IDX m_idx);