OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Sanity-Blast-by-AutoSave...
[hengband/hengband.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);