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
commitf18346732297370a5ea0bcfbaf8f7b0cc0ad3b54 (patch)
treedb0fe756f63527dcd86fb789106434e9aca2d4ed /viewport.h
parent35e614b43632c09224e0f86d12e1f1a5ef43ef12 (diff)
downloadopenttd-f18346732297370a5ea0bcfbaf8f7b0cc0ad3b54.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,