(svn r3710) - Use the general function DrawArrowButtons() instead of doing it manually. The function has two parameters added, colour and an enabled flag.

This commit is contained in:
Darkvater
2006-03-01 20:24:22 +00:00
parent 7a31bb6fb6
commit 61b43672e9
4 changed files with 22 additions and 24 deletions

1
gui.h
View File

@@ -17,6 +17,7 @@ void ShowGameOptions(void);
void ShowGameDifficulty(void);
void ShowPatchesSelection(void);
void ShowNewgrf(void);
void DrawArrowButtons(int x, int y, int ctab, byte state, bool enabled);
/* graph_gui.c */
void ShowOperatingProfitGraph(void);