summaryrefslogtreecommitdiff
path: root/viewport.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-06-29 08:14:09 +0000
committertron <tron@openttd.org>2005-06-29 08:14:09 +0000
commit6e72d514b7b353d92379855aa44907d9399c83a7 (patch)
treedb0fe756f63527dcd86fb789106434e9aca2d4ed /viewport.h
parenta45b6278d101b63921cfe20987f938307febb5ef (diff)
downloadopenttd-6e72d514b7b353d92379855aa44907d9399c83a7.tar.xz
(svn r2496) -Fix: [1179933] When toggling build/remove via keyboard the selection wasn't correctly redrawn
Diffstat (limited to 'viewport.h')
-rw-r--r--viewport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewport.h b/viewport.h
index a92f66a6d..920e09607 100644
--- a/viewport.h
+++ b/viewport.h
@@ -11,6 +11,8 @@ struct ViewPort {
byte zoom;
};
+void SetSelectionRed(bool);
+
/* viewport.c */
Point MapXYZToViewport(ViewPort *vp, uint x, uint y, uint z);
void AssignWindowViewport(Window *w, int x, int y,