1
0
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:
Duncan Frost
2015-07-19 17:20:27 +01:00
parent be58c6a688
commit a877dd4a5b
3 changed files with 107 additions and 11 deletions

View File

@@ -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();