OSDN Git Service

a03cefd0fe53976b969eb24f7e352b7f979ac9d3
[hengbandforosx/hengbandosx.git] / src / cmd-action / cmd-shoot.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct player_type;
6 void do_cmd_fire(player_type *player_ptr, SPELL_IDX snipe_type);