OSDN Git Service

Merge pull request #2461 from sikabane-works/release/3.0.0Alpha57
[hengbandforosx/hengbandosx.git] / src / room / treasure-deployment.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 void fill_treasure(PlayerType *player_ptr, POSITION x1, POSITION x2, POSITION y1, POSITION y2, int difficulty);