1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Clean up guest_list_open_with_filter a bit

This commit is contained in:
Adrian Wielgosik
2015-03-04 21:24:05 +01:00
parent 5a7d0a506e
commit 21b55888ec
2 changed files with 15 additions and 24 deletions

View File

@@ -515,7 +515,7 @@ void window_land_open();
void window_water_open();
void window_staff_list_open();
void window_guest_list_open();
void window_guest_list_open_with_filter(int type, int ebx);
void window_guest_list_open_with_filter(int type, int index);
void window_map_open();
void window_options_open();
void window_shortcut_keys_open();