summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-06-01 10:44:45 +0000
committerfrosch <frosch@openttd.org>2012-06-01 10:44:45 +0000
commit198de5397ed4a217273bda29dae8ddf60ba48f1d (patch)
treeb413b984a9c90cf4d6cd247a7781362fb660b598 /src/gui.h
parent88fff21b932eca52599d66239cc05dc97f5a998e (diff)
downloadopenttd-198de5397ed4a217273bda29dae8ddf60ba48f1d.tar.xz
(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui.h b/src/gui.h
index e7cc5d5fd..43fa310b3 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -13,7 +13,6 @@
#define GUI_H
#include "vehicle_type.h"
-#include "gfx_type.h"
#include "economy_type.h"
#include "tile_type.h"
#include "transport_type.h"
@@ -28,8 +27,6 @@ void InitializeGUI();
void ShowGameOptions();
void ShowGameDifficulty();
void ShowGameSettings();
-void DrawArrowButtons(int x, int y, Colours button_colour, byte state, bool clickable_left, bool clickable_right);
-void DrawBoolButton(int x, int y, bool state, bool clickable);
/* train_gui.cpp */
void ShowOrdersWindow(const Vehicle *v);