Hengband  2.2.1
realm-arcane.h
[詳解]
1 extern concptr do_arcane_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode);
const char * concptr
文字列定数用ポインタ定義 / A simple pointer (to unmodifiable strings)
Definition: h-type.h:47
concptr do_arcane_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
秘術領域魔法の各処理を行う
Definition: realm-arcane.c:22
s32b SPELL_IDX
各魔法領域/職業能力ごとの呪文ID型定義
Definition: h-type.h:243
u32b BIT_FLAGS
32ビットのフラグ配列の型定義
Definition: h-type.h:225
Definition: player-status.h:86