OSDN Git Service

[Fix] 玄武の構えによるAC修正の計算を適切な位置へ移動
[hengband/hengband.git] / src / monster-attack / monster-attack-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "monster-attack/monster-attack-util.h"
5
6 void switch_monster_blow_to_player(player_type *target_ptr, monap_type *monap_ptr);