OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / blue-magic / blue-magic-spirit-curse.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct bmc_type bmc_type;
6 bool cast_blue_drain_mana(player_type *caster_ptr, bmc_type *bmc_ptr);
7 bool cast_blue_mind_blast(player_type *caster_ptr, bmc_type *bmc_ptr);
8 bool cast_blue_brain_smash(player_type *caster_ptr, bmc_type *bmc_ptr);
9 bool cast_blue_curse_1(player_type *caster_ptr, bmc_type *bmc_ptr);
10 bool cast_blue_curse_2(player_type *caster_ptr, bmc_type *bmc_ptr);
11 bool cast_blue_curse_3(player_type *caster_ptr, bmc_type *bmc_ptr);
12 bool cast_blue_curse_4(player_type *caster_ptr, bmc_type *bmc_ptr);