summaryrefslogtreecommitdiff
path: root/src/player_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-09-30 20:51:04 +0000
committerrubidium <rubidium@openttd.org>2008-09-30 20:51:04 +0000
commitb650a86e5859240e65d8654b5b08b211b2f33d7e (patch)
tree5cdc895449fdbe349dfb1703357a89cdea6cc5e0 /src/player_gui.h
parent3b798599b63067c2e92aa49906ea66a07ae8de44 (diff)
downloadopenttd-b650a86e5859240e65d8654b5b08b211b2f33d7e.tar.xz
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Diffstat (limited to 'src/player_gui.h')
-rw-r--r--src/player_gui.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/player_gui.h b/src/player_gui.h
deleted file mode 100644
index 93f382789..000000000
--- a/src/player_gui.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* $Id$ */
-
-/** @file company_gui.h GUI Functions related to companies. */
-
-#ifndef COMPANY_GUI_H
-#define COMPANY_GUI_H
-
-#include "player_type.h"
-
-uint16 GetDrawStringCompanyColor(CompanyID company);
-void DrawCompanyIcon(CompanyID p, int x, int y);
-
-void ShowCompanyStations(CompanyID company);
-void ShowCompanyFinances(CompanyID company);
-void ShowCompany(CompanyID company);
-
-void InvalidateCompanyWindows(const Company *c);
-void DeleteCompanyWindows(CompanyID company);
-
-#endif /* COMPANY_GUI_H */