1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Move editor bottom toolbar to UI module

This commit is contained in:
Marijn van der Werf
2017-11-15 02:29:34 +01:00
parent 8b7322ad6e
commit dceb403ca9
7 changed files with 28 additions and 21 deletions

View File

@@ -156,6 +156,8 @@ public:
return window_maze_construction_open();
case WV_NETWORK_PASSWORD:
return window_network_status_open_password();
case WV_EDITOR_BOTTOM_TOOLBAR:
return window_editor_bottom_toolbar_open();
default:
return nullptr;
}