OSDN Git Service

[Refactor] #3406 get_value() をinput_value_int() に変えた
[hengbandforosx/hengbandosx.git] / src / core / game-closer.h
1 #pragma once
2
3 /*
4  * @file game-closer.h
5  * @brief ゲーム終了処理ヘッダ
6  * @author Hourier
7  * @date 2020/03/09
8  */
9
10 class PlayerType;
11 void close_game(PlayerType *player_ptr);