OSDN Git Service

[Refactor] #40030 Moved *_door() from monster-process.c to monster-move.c/h
[hengband/hengband.git] / src / monster / monster-move.h
1 #pragma once
2
3 #include "angband.h"
4 #include "monster/monster-util.h"
5
6 bool process_wall(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_type *m_ptr, POSITION ny, POSITION nx, bool can_cross);
7 bool process_door(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_type *m_ptr, POSITION ny, POSITION nx);
8
9 bool process_protection_rune(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_type *m_ptr, POSITION ny, POSITION nx);
10 bool process_explosive_rune(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_type *m_ptr, POSITION ny, POSITION nx);