OSDN Git Service

594080d4facbf4bc57509a52cf1cfba8bad02f13
[hengbandforosx/hengbandosx.git] / src / knowledge / knowledge-quests.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct player_type;
6 void do_cmd_checkquest(player_type *player_ptr);
7 void do_cmd_knowledge_quests_completed(player_type *player_ptr, FILE *fff, QUEST_IDX quest_num[]);
8 void do_cmd_knowledge_quests_failed(player_type *player_ptr, FILE *fff, QUEST_IDX quest_num[]);
9 void do_cmd_knowledge_quests(player_type *player_ptr);