OSDN Git Service

[Refactor] ブレスのコピペを低減
[hengbandforosx/hengbandosx.git] / src / grid / stair.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct floor_type;
6 class PlayerType;
7 void place_random_stairs(PlayerType *player_ptr, POSITION y, POSITION x);
8 bool cave_valid_bold(floor_type *floor_ptr, POSITION y, POSITION x);