1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

implement bare minimum so that close button is implemented on object selection window, partial fix for #433

This commit is contained in:
IntelOrca
2014-11-24 23:05:35 +00:00
parent 6a58f6597b
commit 8e3ee3f7e9
9 changed files with 283 additions and 15 deletions

View File

@@ -528,6 +528,10 @@ void window_text_input_open(rct_window* call_w, int call_widget, rct_string_id t
void window_editor_main_open();
void window_editor_top_toolbar_open();
void window_editor_bottom_toolbar_open();
void window_editor_object_selection_open();
void window_editor_inventions_list_open();
void window_editor_scenario_options_open();
void window_editor_objective_options_open();
void window_guest_list_init_vars_a();
void window_guest_list_init_vars_b();