diff options
Diffstat (limited to 'viewport.h')
-rw-r--r-- | viewport.h | 2 |
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, |