OSDN Git Service

[Fix] #40913 Windows以外で新規のセーブデータを作成できない不具合を解消した / Resolved the issue that new game...
[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);