OSDN Git Service

Merge pull request #3845 from dis-/feature/refactor-save-floors
[hengbandforosx/hengbandosx.git] / src / io / exit-panic.h
1 #pragma once
2 /*
3  * Windowsのコードからは呼ばれない。よってVSからは見えない
4  */
5
6 #include "system/angband.h"
7
8 class PlayerType;
9 void exit_game_panic(PlayerType *player_ptr);