OSDN Git Service

[Refactor]QUEST_IDXを廃止
[hengbandforosx/hengbandosx.git] / src / object-hook / hook-quest.h
1 #pragma once
2
3 #include "dungeon/quest.h"
4 #include "system/angband.h"
5
6 class ObjectType;
7 class PlayerType;
8 bool object_is_bounty(PlayerType *player_ptr, ObjectType *o_ptr);
9 bool object_is_quest_target(QuestId quest_idx, ObjectType *o_ptr);