OSDN Git Service

[Refactor] #40624 Separated quest-completion-checker.c/h from floor-events.c/h and...
[hengbandforosx/hengbandosx.git] / src / dungeon / quest-completion-checker.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct monster_type monster_type;
6 void check_quest_completion(player_type *player_ptr, monster_type *m_ptr);