summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-09-30 20:37:25 +0000
committertron <tron@openttd.org>2005-09-30 20:37:25 +0000
commit980808dac2e87565a86a016966964249f8f5e263 (patch)
tree1e61685bece04279bd25b3f79e645384c1d83405 /gui.h
parentee5d1ae5ece7730df119537701866664825f7dbc (diff)
downloadopenttd-980808dac2e87565a86a016966964249f8f5e263.tar.xz
(svn r3001) s/Player*/const Player*/
s/byte/PlayerID/ s/int/PlayerID/ and related changes
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.h b/gui.h
index 6090b1489..823111c8d 100644
--- a/gui.h
+++ b/gui.h
@@ -86,9 +86,9 @@ void ShowBuildTreesScenToolbar(void);
void ShowTownDirectory(void);
void ShowIndustryDirectory(void);
void ShowSubsidiesList(void);
-void ShowPlayerStations(int player);
-void ShowPlayerFinances(int player);
-void ShowPlayerCompany(int player);
+void ShowPlayerStations(PlayerID player);
+void ShowPlayerFinances(PlayerID player);
+void ShowPlayerCompany(PlayerID player);
void ShowSignList(void);
void ShowEstimatedCostOrIncome(int32 cost, int x, int y);