OSDN Git Service

Merge pull request #1054 from shimitei/feature/#1022_extend_autopick_max_line
[hengbandforosx/hengbandosx.git] / src / cmd-action / cmd-attack.h
1 #pragma once
2
3 #include "combat/combat-options-type.h"
4 #include "system/angband.h"
5
6 typedef struct player_type player_type;
7 bool do_cmd_attack(player_type *attacker_ptr, POSITION y, POSITION x, combat_options mode);