OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / action / action-limited.h
1 #pragma once
2 /*!
3  * @file action-limited.h
4  * @brief プレイヤーの行動制約判定ヘッダ
5  */
6
7 class PlayerType;
8 bool cmd_limit_cast(PlayerType *player_ptr);
9 bool cmd_limit_arena(PlayerType *player_ptr);
10 bool cmd_limit_time_walk(PlayerType *player_ptr);
11 bool cmd_limit_blind(PlayerType *player_ptr);
12 bool cmd_limit_confused(PlayerType *player_ptr);
13 bool cmd_limit_image(PlayerType *player_ptr);
14 bool cmd_limit_stun(PlayerType *player_ptr);