1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Merge branch 'master' into reorganise-src

Conflicts:
	projects/openrct2.vcxproj
	src/interface/window.h
This commit is contained in:
IntelOrca
2014-10-07 20:07:15 +01:00
15 changed files with 481 additions and 17 deletions

View File

@@ -476,6 +476,8 @@ void window_staff_list_open();
void window_guest_list_open();
void window_map_open();
void window_options_open();
void window_shortcut_keys_open();
void window_shortcut_change_open(int selected_key);
void window_guest_open(rct_peep* peep);
void window_staff_open(rct_peep* peep);
void window_park_awards_open();