gui.h
changeset 152 c3964b43943e
parent 116 ca4332a9ec1d
child 164 0cbdf3c9bde1
--- a/gui.h	Fri Sep 03 18:23:03 2004 +0000
+++ b/gui.h	Fri Sep 03 19:59:05 2004 +0000
@@ -79,6 +79,7 @@
 void CheckRedrawStationCoverage(Window *w);
 
 void ShowSmallMap();
+void ShowExtraViewPortWindow();
 void SetVScrollCount(Window *w, int num);
 void SetHScrollCount(Window *w, int num);
 
@@ -102,7 +103,7 @@
 	ZOOM_NONE = 2, // hack, used to update the button status
 };
 
-bool DoZoomInOut(int how);
+bool DoZoomInOutWindow(int how, Window * w);
 void ShowBuildIndustryWindow();
 void ShowQueryString(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number);
 void ShowMusicWindow();