summaryrefslogtreecommitdiff
path: root/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'viewport.h')
-rw-r--r--viewport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/viewport.h b/viewport.h
index 6e1c0e65f..487fc9a9d 100644
--- a/viewport.h
+++ b/viewport.h
@@ -116,4 +116,6 @@ VARDEF Point _tile_fract_coords;
extern TileHighlightData * const _thd_ptr;
-#endif
+void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom);
+
+#endif /* VIEWPORT_H */