OSDN Git Service

Merge pull request #1186 from dis-/feature/Fix-calc_num_fire
[hengbandforosx/hengbandosx.git] / src / core / player-processor.h
1 #pragma once
2
3 extern bool load; /*!<ロード処理中の分岐フラグ*/
4 extern bool can_save;
5
6 typedef struct player_type player_type;
7 bool continuous_action_running(player_type *creature_ptr);
8 void process_player(player_type *creature_ptr);
9 void process_upkeep_with_speed(player_type *creature_ptr);