OSDN Git Service

[Refactor] #963 Added argument of update_turn_type to update_player_turn_energy()
[hengbandforosx/hengbandosx.git] / src / dungeon / quest-monster-placer.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 bool place_quest_monsters(player_type *creature_ptr);