OSDN Git Service

[Refactor] #37353 モンスター配置に関する関数整理中。 / Refactor functions for place monster.
[hengbandforosx/hengbandosx.git] / src / spells-summon.h
index 9f3b3d8..5c201d9 100644 (file)
@@ -1,6 +1,9 @@
 #pragma once\r
 #include "monster.h"\r
 \r
+extern bool summon_specific(MONSTER_IDX who, POSITION y1, POSITION x1, DEPTH lev, int type, BIT_FLAGS mode, SYMBOL_CODE symbol);\r
+extern bool summon_named_creature(MONSTER_IDX who, POSITION oy, POSITION ox, MONRACE_IDX r_idx, BIT_FLAGS mode);\r
+\r
 extern bool trump_summoning(int num, bool pet, POSITION y, POSITION x, DEPTH lev, int type, BIT_FLAGS mode);\r
 extern bool cast_summon_demon(int power);\r
 extern bool item_tester_offer(object_type *o_ptr);\r