1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Create custom currency configuration window

This commit is contained in:
Daniel Trujillo
2016-06-24 17:57:41 +02:00
parent 5302ebd951
commit 71a32a8750
5 changed files with 277 additions and 0 deletions

View File

@@ -453,6 +453,7 @@ enum {
WC_NETWORK_STATUS = 126,
WC_SERVER_LIST = 127,
WC_SERVER_START = 128,
WC_CUSTOM_CURRENCY_CONFIG = 129,
// Only used for colour schemes
WC_STAFF = 220,
@@ -629,6 +630,8 @@ void ride_construction_toolupdate_entrance_exit(int screenX, int screenY);
void ride_construction_toolupdate_construct(int screenX, int screenY);
void ride_construction_tooldown_construct(int screenX, int screenY);
void window_custom_currency_open();
void window_maze_construction_update_pressed_widgets();
void window_track_place_open(const track_design_file_ref *tdFileRef);
rct_window *window_new_ride_open();