OSDN Git Service

[Refactor] #864 Separated player_type struct from player-type.h to player-type-defini...
[hengbandforosx/hengbandosx.git] / src / market / building-util.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 void clear_bldg(int min_row, int max_row);
5 void building_prt_gold(player_type *player_ptr);