OSDN Git Service

Merge remote-tracking branch 'remotes/hengband-osx/For2.2.2-Refactoring-English-Edit...
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-random.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void wild_magic(player_type *caster_ptr, int spell);
6 void call_chaos(player_type *caster_ptr);
7 bool activate_ty_curse(player_type *target_ptr, bool stop_ty, int *count);
8 void cast_wonder(player_type *caster_ptr, DIRECTION dir);