summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-02-17 17:00:43 +0000
committersmatz <smatz@openttd.org>2008-02-17 17:00:43 +0000
commitd3d126f9991fd71d2da431ad2c9ab98d44cc35e6 (patch)
tree8897308c424e55cc880f7283c6621d29d397c625 /src/gfx_func.h
parentd7a72c7002517c4818d60f4c45cdc6a3c4ccbf27 (diff)
downloadopenttd-d3d126f9991fd71d2da431ad2c9ab98d44cc35e6.tar.xz
(svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r--src/gfx_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h
index 4a85860f2..e97d33e8e 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -65,6 +65,7 @@ extern uint16 _cur_resolution[2];
extern Colour _cur_palette[256];
void HandleKeypress(uint32 key);
+void HandleCtrlChanged();
void HandleMouseEvents();
void CSleep(int milliseconds);
void UpdateWindows();