(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.h
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user