OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / monster / monster-update.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "monster/monster-processor-util.h"
5 #include "system/monster-type-definition.h"
6
7 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);
8 void update_player_type(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_race *r_ptr);
9 void update_monster_race_flags(player_type *target_ptr, turn_flags *turn_flags_ptr, monster_type *m_ptr);
10 void update_player_window(player_type *target_ptr, old_race_flags *old_race_flags_ptr);
11 void update_monster(player_type *subject_ptr, MONSTER_IDX m_idx, bool full);
12 void update_monsters(player_type *player_ptr, bool full);
13 void update_smart_learn(player_type *player_ptr, MONSTER_IDX m_idx, int what);