OSDN Git Service

[Refactor] #173 Changed the type of realm_choice*[] from s32b to u32b
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-grid.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool warding_glyph(player_type *caster_ptr);
6 bool explosive_rune(player_type *caster_ptr, POSITION y, POSITION x);
7 void stair_creation(player_type *caster_ptr);