OSDN Git Service

Merge pull request #2757 from sikabane-works/Deskull/fix-help-and-news
[hengbandforosx/hengbandosx.git] / src / market / building-recharger.h
1 #pragma once
2
3 class PlayerType;
4 void building_recharge(PlayerType *player_ptr);
5 void building_recharge_all(PlayerType *player_ptr);