1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Almost finished land rights tool

This commit is contained in:
Robert Jordan
2015-05-15 11:28:27 -04:00
parent fa75053e08
commit 09cc46c1e6
11 changed files with 914 additions and 8 deletions

View File

@@ -403,7 +403,8 @@ enum {
WC_MAPGEN = 114,
WC_LOADSAVE = 115,
WC_LOADSAVE_OVERWRITE_PROMPT = 116,
WC_TITLE_OPTIONS = 117
WC_TITLE_OPTIONS = 117,
WC_LAND_RIGHTS = 118
} WINDOW_CLASS;
enum PROMPT_MODE {
@@ -516,6 +517,7 @@ void window_track_list_open(ride_list_item item);
void window_clear_scenery_open();
void window_land_open();
void window_water_open();
void window_land_rights_open();
void window_staff_list_open();
void window_guest_list_open();
void window_guest_list_open_with_filter(int type, int index);