OSDN Git Service

[Refactor] セーブデータのバージョンを14に
[hengbandforosx/hengbandosx.git] / src / load / quest-loader.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 errr load_town(void);
7 errr load_quest_info(uint16_t *max_quests_load, byte *max_rquests_load);
8 void analyze_quests(PlayerType *player_ptr, const uint16_t max_quests_load, const byte max_rquests_load);