OSDN Git Service

[cleanup] clang-formatによる整形
[hengbandforosx/hengbandosx.git] / src / market / building-util.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void clear_bldg(int min_row, int max_row);
6 void building_prt_gold(player_type *player_ptr);