OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / core / player-processor.h
1 #pragma once
2
3 extern bool load; /*!<ロード処理中の分岐フラグ*/
4 extern bool can_save;
5
6 class PlayerType;
7 bool continuous_action_running(PlayerType *player_ptr);
8 void process_player(PlayerType *player_ptr);
9 void process_upkeep_with_speed(PlayerType *player_ptr);