OSDN Git Service

Merge pull request #936 from shimitei/feature/#916_fix_sound_on_off
[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);