OSDN Git Service

[Refactor] #40561 Reshaped artifact.c
[hengband/hengband.git] / src / object-enchant / apply-magic.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void apply_magic(player_type *owner_type, object_type *o_ptr, DEPTH lev, BIT_FLAGS mode);