(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h

This commit is contained in:
frosch
2012-06-01 10:44:45 +00:00
parent f810c27f53
commit 70d3206320
12 changed files with 39 additions and 7 deletions

View File

@@ -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);