1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Move ride list window to UI module (#6412)

This commit is contained in:
Marijn van der Werf
2017-10-08 22:15:41 +02:00
committed by Michał Janiszewski
parent 57a8bbac23
commit ebb4bbe5d5
9 changed files with 42 additions and 25 deletions

View File

@@ -716,8 +716,6 @@ rct_window *window_ride_open_station(sint32 rideIndex, sint32 stationIndex);
rct_window *window_ride_open_track(rct_map_element *mapElement);
rct_window *window_ride_open_vehicle(rct_vehicle *vehicle);
void window_ride_construct(rct_window *w);
void window_ride_list_open();
void window_ride_list_refresh_list(rct_window *w);
rct_window *window_ride_construction_open();
rct_window *window_maze_construction_open();
void ride_construction_toolupdate_entrance_exit(sint32 screenX, sint32 screenY);