OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.git] / src / object-enchant / apply-magic-accessory.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void apply_magic_accessary(player_type *owner_ptr, object_type *o_ptr, DEPTH level, int power);