forked from mirror/OpenTTD
(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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user