summaryrefslogtreecommitdiff
path: root/src/fios_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-05 19:02:29 +0000
committerfrosch <frosch@openttd.org>2010-06-05 19:02:29 +0000
commit13d43b8dabc66ae5ca194d8f7cd6e66c2f268825 (patch)
treea376d445fa857e09c2e4b4fd12fea6517c1161ba /src/fios_gui.cpp
parent1d9a84a934f680094bddc18f730067d757d27444 (diff)
downloadopenttd-13d43b8dabc66ae5ca194d8f7cd6e66c2f268825.tar.xz
(svn r19937) -Codechange: Move some fios related prototypes to fios.h
Diffstat (limited to 'src/fios_gui.cpp')
-rw-r--r--src/fios_gui.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/fios_gui.cpp b/src/fios_gui.cpp
index 8ce7c704e..ed6d6bdfa 100644
--- a/src/fios_gui.cpp
+++ b/src/fios_gui.cpp
@@ -23,6 +23,7 @@
#include "window_func.h"
#include "tilehighlight_func.h"
#include "querystring_gui.h"
+#include "engine_func.h"
#include "table/sprites.h"
#include "table/strings.h"
@@ -152,8 +153,6 @@ static void MakeSortedSaveGameList()
QSortT(_fios_items.Get(sort_start), s_amount, CompareFiosItems);
}
-extern void StartupEngines();
-
struct SaveLoadWindow : public QueryStringBaseWindow {
private:
FiosItem o_dir;
@@ -493,11 +492,6 @@ void ShowSaveLoadDialog(SaveLoadDialogMode mode)
new SaveLoadWindow(sld, mode);
}
-void RedrawAutosave()
-{
- SetWindowDirty(WC_STATUS_BAR, 0);
-}
-
void SetFiosType(const byte fiostype)
{
switch (fiostype) {