Feature: Multiple rotating views on title screen

This commit is contained in:
Niels Martin Hansen
2021-04-09 20:39:56 +02:00
parent 710b758b81
commit 6bd3106681
3 changed files with 210 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ bool MarkAllViewportsDirty(int left, int top, int right, int bottom);
bool DoZoomInOutWindow(ZoomStateChange how, Window *w);
void ZoomInOrOutToCursorWindow(bool in, Window * w);
Point GetTileZoomCenterWindow(bool in, Window * w);
void FixTitleGameZoom();
void FixTitleGameZoom(int zoom_adjust = 0);
void HandleZoomMessage(Window *w, const Viewport *vp, byte widget_zoom_in, byte widget_zoom_out);
/**