OSDN Git Service

[Chore] UTF-8エンコーディングのファイルからBOMを削除
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-polymorph.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool polymorph_monster(PlayerType *player_ptr, POSITION y, POSITION x);