OSDN Git Service

Merge branch 'fix/xoshiro128starstar-v1.0-bug' into For2.2.2-Refactoring
[hengband/hengband.git] / src / monster / monster-direction.h
1 #pragma once
2
3 #include "angband.h"
4
5 bool get_enemy_dir(player_type *target_ptr, MONSTER_IDX m_idx, int *mm);
6 bool decide_monster_movement_direction(player_type *target_ptr, DIRECTION *mm, MONSTER_IDX m_idx, bool aware);