OSDN Git Service

[Refactor] #935 マクロ関数INTERUPT_SONG_EFFECT を普通の関数に置換した / Changed macro function INTERP...
[hengbandforosx/hengbandosx.git] / src / realm / realm-craft.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "spell/spells-util.h"
5
6 typedef struct player_type player_type;
7 concptr do_craft_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode);