1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

fix track design preview, place and refactor

This commit is contained in:
Ted John
2016-04-30 13:27:12 +01:00
parent 3c95562efd
commit f00d7daef5
6 changed files with 312 additions and 573 deletions

View File

@@ -627,7 +627,7 @@ 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();
void window_track_place_open(utf8 *tdPath);
rct_window *window_new_ride_open();
rct_window *window_new_ride_open_research();
void window_install_track_open(const char* path);