OSDN Git Service

Reword the first sentence of the English description for Yu'uichi. It is an interpol...
[hengbandforosx/hengbandosx.git] / src / cmd-action / cmd-open-close.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void do_cmd_open(player_type *creature_ptr);
6 void do_cmd_close(player_type *creature_ptr);
7 void do_cmd_disarm(player_type *creature_ptr);
8 void do_cmd_bash(player_type *creature_ptr);
9 void do_cmd_spike(player_type *creature_ptr);