summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 16077cd7e..394d20c4b 100644
--- a/gui.h
+++ b/gui.h
@@ -79,6 +79,7 @@ void DrawStationCoverageAreaText(int sx, int sy, uint mask);
void CheckRedrawStationCoverage(Window *w);
void ShowSmallMap();
+void ShowExtraViewPortWindow();
void SetVScrollCount(Window *w, int num);
void SetHScrollCount(Window *w, int num);
@@ -102,7 +103,7 @@ enum {
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();