1 #ifndef BUILDING_GOVERNMENT_H
2 #define BUILDING_GOVERNMENT_H
3 
4 void building_government_distribute_treasury(void);
5 
6 #endif // BUILDING_GOVERNMENT_H
7