summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-21 23:55:57 +0000
committerrubidium <rubidium@openttd.org>2008-01-21 23:55:57 +0000
commit9444eb4484e5691a52ddc458bd8b401c6e19571d (patch)
treef2a45cf20dfcc7b58fae03b2429086124f62fa39 /src/gui.h
parentca1b3e7b4eb236b5cb36bfe2f83f2e0b0b6e24fa (diff)
downloadopenttd-9444eb4484e5691a52ddc458bd8b401c6e19571d.tar.xz
(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index e412af035..167d8a77e 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -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();