OSDN Git Service

[Refactor] #40030 Separated monster-update.c/h from monster-process.c
[hengband/hengband.git] / src / monster / monster-update.h
1 #pragma once
2
3 #include "angband.h"
4 #include "monster/monster-util.h"
5
6 bool update_riding_monster(player_type *target_ptr, turn_flags *turn_flags_ptr, MONSTER_IDX m_idx, POSITION oy, POSITION ox, POSITION ny, POSITION nx);
7 void update_player_type(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_race *r_ptr);
8 void update_monster_race_flags(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_type *m_ptr);
9 void update_player_window(player_type *target_ptr, old_race_flags *old_race_flags_ptr);