OSDN Git Service

Reworded English message for a monk's successful MA_SLOW attack.
[hengband/hengband.git] / src / cmd-action / cmd-attack.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "player-attack/player-attack-util.h"
5
6 bool do_cmd_attack(player_type *attacker_ptr, POSITION y, POSITION x, combat_options mode);