viewport.h
changeset 430 75820dedf4f1
parent 193 0a7025304867
child 513 6d5272e230c6
--- a/viewport.h	Mon Nov 15 12:15:03 2004 +0000
+++ b/viewport.h	Mon Nov 15 19:25:59 2004 +0000
@@ -116,4 +116,6 @@
 extern TileHighlightData * const _thd_ptr;
 
 
-#endif
+void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom);
+
+#endif /* VIEWPORT_H */