OSDN Git Service

Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
[hengband/hengband.git] / src / spell-realm / spells-chaos.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void call_the_void(player_type *caster_ptr);
6 bool vanish_dungeon(player_type *caster_ptr);
7 void cast_meteor(player_type *caster_ptr, HIT_POINT dam, POSITION rad);