OSDN Git Service

[Refactor] ブレスのコピペを低減
[hengbandforosx/hengbandosx.git] / src / grid / feature-generator.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct dungeon_type;
6 struct dun_data_type;
7 struct dt_type;
8 class PlayerType;
9 void gen_caverns_and_lakes(PlayerType *player_ptr, dungeon_type *dungeon_ptr, dun_data_type *dd_ptr);
10 bool has_river_flag(dungeon_type *dungeon_ptr);
11 void try_door(PlayerType *player_ptr, dt_type *dt_ptr, POSITION y, POSITION x);