OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.git] / src / object-enchant / vorpal-weapon.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "player-attack/player-attack-util.h"
5
6 void process_vorpal_attack(player_type *attacker_ptr, player_attack_type *pa_ptr, const bool vorpal_cut, const int vorpal_chance);