(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 8ef0aed0ae
commit d12e364952
7 changed files with 11 additions and 21 deletions

View File

@@ -65,12 +65,6 @@ void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, WarningLevel
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);
void BuildFileList();
void SetFiosType(const byte fiostype);
/* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
extern const TextColour _fios_colours[];
/* bridge_gui.cpp */
void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType transport_type, byte bridge_type);