(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.

This commit is contained in:
rubidium
2008-01-21 23:55:57 +00:00
parent ca1b3e7b4e
commit 9444eb4484
6 changed files with 32 additions and 21 deletions

View File

@@ -106,7 +106,7 @@ void SetFiosType(const byte fiostype);
extern const TextColour _fios_colors[];
/* bridge_gui.cpp */
void ShowBuildBridgeWindow(uint start, uint end, byte type);
void ShowBuildBridgeWindow(TileIndex start, TileIndex end, byte type);
void ShowBuildIndustryWindow();
void ShowMusicWindow();