OSDN Git Service

Reworded English message for a monk's successful MA_SLOW attack.
[hengband/hengband.git] / src / mspell / mspell-lite.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct monster_type monster_type;
6 typedef struct msa_type msa_type;
7 typedef bool (*path_check_pf)(player_type *, POSITION, POSITION, POSITION, POSITION);
8 bool adjacent_grid_check(player_type *target_ptr, monster_type *m_ptr, POSITION *yp, POSITION *xp, int f_flag, path_check_pf path_check);
9 void decide_lite_range(player_type *target_ptr, msa_type *msa_ptr);
10 bool decide_lite_projection(player_type *target_ptr, msa_type *msa_ptr);
11 void decide_lite_area(player_type *target_ptr, msa_type *msa_ptr);