(svn r19076) -Codechange: Move graph functions to their own header.

This commit is contained in:
terkhen
2010-02-10 15:24:48 +00:00
parent c736bbb875
commit 01f8bc2578
7 changed files with 35 additions and 11 deletions

View File

@@ -29,16 +29,6 @@ void ShowGameDifficulty();
void ShowGameSettings();
void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clickable_left, bool clickable_right);
/* graph_gui.cpp */
void ShowOperatingProfitGraph();
void ShowIncomeGraph();
void ShowDeliveredCargoGraph();
void ShowPerformanceHistoryGraph();
void ShowCompanyValueGraph();
void ShowCargoPaymentRates();
void ShowCompanyLeagueTable();
void ShowPerformanceRatingDetail();
/* train_gui.cpp */
void ShowOrdersWindow(const Vehicle *v);