summaryrefslogtreecommitdiff
path: root/economy.h
diff options
context:
space:
mode:
Diffstat (limited to 'economy.h')
-rw-r--r--economy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/economy.h b/economy.h
index cee60e314..89f694f0e 100644
--- a/economy.h
+++ b/economy.h
@@ -62,7 +62,8 @@ static const ScoreInfo score_info[] = {
int _score_part[MAX_PLAYERS][NUM_SCORE];
-void UpdateCompanyRatingAndValue(Player *p, bool update);
+int UpdateCompanyRatingAndValue(Player *p, bool update);
+void UpdatePlayerHouse(Player *p, uint score);
VARDEF Subsidy _subsidies[MAX_PLAYERS];