OSDN Git Service

For clarity, reworded English prompt for selecting the cards to keep in poker.
[hengband/hengband.git] / src / core / player-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool load; /*!<ロード処理中の分岐フラグ*/
6 extern bool can_save;
7
8 void process_player(player_type *creature_ptr);
9 void process_upkeep_with_speed(player_type *creature_ptr);