OSDN Git Service

[Feature] Debugセーブのメッセージログを40行に制限
[hengbandforosx/hengbandosx.git] / src / grid / object-placer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void place_gold(player_type *player_ptr, POSITION y, POSITION x);
6 void place_object(player_type *owner_ptr, POSITION y, POSITION x, BIT_FLAGS mode);