(svn r19937) -Codechange: Move some fios related prototypes to fios.h

This commit is contained in:
frosch
2010-06-05 19:02:29 +00:00
parent 1d9a84a934
commit 13d43b8dab
7 changed files with 11 additions and 21 deletions

View File

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