OSDN Git Service

[WIP] [Refacor] #41042 泡と龍虫が分裂した時に効果音を出すようにした (注:後処理が不足している) / Added sound effect...
[hengband/hengband.git] / src / monster-floor / one-monster-placer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool place_monster_one(player_type *player_ptr, MONSTER_IDX who, POSITION y, POSITION x, MONRACE_IDX r_idx, BIT_FLAGS mode);