1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Create ZoomLevel struct to add two new zoom levels

This commit is contained in:
Ted John
2020-02-20 00:18:05 +00:00
parent 9860f1e99e
commit d34dec9c27
38 changed files with 332 additions and 185 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenRCT2::Ui
{
return std::string();
}
void SetMainView(const ScreenCoordsXY& viewPos, int32_t zoom, int32_t rotation) override
void SetMainView(const ScreenCoordsXY& viewPos, ZoomLevel zoom, int32_t rotation) override
{
}
void UpdateMouseWheel() override