OSDN Git Service

Since its used as an adverb, replace "much slower" with "much more slowly" in the...
[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);