OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / floor / pattern-walk.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool pattern_effect(player_type* creature_ptr);
6 bool pattern_seq(player_type *creature_ptr, POSITION c_y, POSITION c_x, POSITION n_y, POSITION n_x);