1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Add Network window

This commit is contained in:
Matt
2019-01-29 19:51:07 +01:00
parent 2931ac6e31
commit ecd4f61115
9 changed files with 524 additions and 18 deletions

View File

@@ -128,6 +128,8 @@ public:
return window_viewport_open();
case WC_WATER:
return window_water_open();
case WC_NETWORK:
return window_network_open();
default:
Console::Error::WriteLine("Unhandled window class (%d)", wc);
return nullptr;