From b4794ddc3bcd397e7918ad160822526567948674 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 1 Mar 2006 20:24:22 +0000 Subject: (svn r3710) - Use the general function DrawArrowButtons() instead of doing it manually. The function has two parameters added, colour and an enabled flag. --- gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui.h') diff --git a/gui.h b/gui.h index 960b2741a..8b37b64a9 100644 --- a/gui.h +++ b/gui.h @@ -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); -- cgit v1.2.3-54-g00ecf