OSDN Git Service

[Refactor] #37353 プレイヤーの召喚処理を cmd-spell.c から spells-summon.c/h へ分離。
[hengband/hengband.git] / src / spells-summon.h
1 extern bool trump_summoning(int num, bool pet, POSITION y, POSITION x, DEPTH lev, int type, BIT_FLAGS mode);\r
2 extern bool item_tester_offer(object_type *o_ptr);\r
3 extern bool cast_summon_greater_demon(void);\r