Hengband  2.2.1
realm-nature.h
[詳解]
1 extern concptr do_nature_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_nature_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
自然領域魔法の各処理を行う
Definition: realm-nature.c:23
s32b SPELL_IDX
各魔法領域/職業能力ごとの呪文ID型定義
Definition: h-type.h:243
u32b BIT_FLAGS
32ビットのフラグ配列の型定義
Definition: h-type.h:225
Definition: player-status.h:86