OSDN Git Service

[Fix] #40913 Windows以外で新規のセーブデータを作成できない不具合を解消した / Resolved the issue that new game...
[hengbandforosx/hengbandosx.git] / src / load / load.h
1 #pragma once
2
3 #include "floor/floor-save.h"
4 #include "system/angband.h"
5
6 bool load_savedata(player_type *player_ptr, bool *new_game);