OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-saved-floor-exceed' into...
[hengband/hengband.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);