OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / monster-floor / monster-move.h
1 #pragma once
2
3 #include "monster/monster-processor-util.h"
4 #include "system/angband.h"
5 #include "system/monster-type-definition.h"
6
7 bool process_monster_movement(player_type *target_ptr, turn_flags *turn_flags_ptr, MONSTER_IDX m_idx, DIRECTION *mm, POSITION oy, POSITION ox, int *count);
8 void process_speak_sound(player_type *target_ptr, MONSTER_IDX m_idx, POSITION oy, POSITION ox, bool aware);
9 void set_target(monster_type *m_ptr, POSITION y, POSITION x);
10 void reset_target(monster_type *m_ptr);