OSDN Git Service

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