OSDN Git Service

9f3b3d8b4ebb5d1f1a9cfae4d3a86576c0e2bbe2
[hengbandforosx/hengbandosx.git] / src / spells-summon.h
1 #pragma once\r
2 #include "monster.h"\r
3 \r
4 extern bool trump_summoning(int num, bool pet, POSITION y, POSITION x, DEPTH lev, int type, BIT_FLAGS mode);\r
5 extern bool cast_summon_demon(int power);\r
6 extern bool item_tester_offer(object_type *o_ptr);\r
7 extern bool cast_summon_greater_demon(void);\r
8 extern bool summon_kin_player(DEPTH level, POSITION y, POSITION x, BIT_FLAGS mode);\r
9 \r