mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Get the initial maze construct working.
Note entrances are broken
This commit is contained in:
@@ -598,6 +598,10 @@ void window_ride_construct(rct_window *w);
|
||||
void window_ride_list_open();
|
||||
rct_window *window_ride_construction_open();
|
||||
rct_window *window_maze_construction_open();
|
||||
void ride_construction_toolupdate_entrance_exit(int screenX, int screenY);
|
||||
void ride_construction_toolupdate_construct(int screenX, int screenY);
|
||||
void ride_construction_tooldown_construct(int screenX, int screenY);
|
||||
|
||||
void window_maze_construction_update_pressed_widgets();
|
||||
void window_track_place_open();
|
||||
rct_window *window_new_ride_open();
|
||||
|
||||
Reference in New Issue
Block a user