OSDN Git Service

Merge pull request #233 from sikabane-works/release/3.0.0Alpha7
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-floor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void wiz_lite(player_type *caster_ptr, bool ninja);
6 void wiz_dark(player_type *caster_ptr);
7 void map_area(player_type *caster_ptr, POSITION range);
8 bool destroy_area(player_type *caster_ptr, POSITION y1, POSITION x1, POSITION r, bool in_generate);