1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

start implementing window_track_place

This commit is contained in:
IntelOrca
2014-09-30 18:56:30 +01:00
parent 4aff83e508
commit 2b9aa8a2b7
4 changed files with 217 additions and 4 deletions

View File

@@ -398,6 +398,9 @@ enum PROMPT_MODE {
// rct2: 0x01420078
extern rct_window* g_window_list;
// rct2: 0x00F635EE
extern ride_list_item _window_track_list_item;
void window_dispatch_update_all();
void window_update_all();
rct_window *window_create(int x, int y, int width, int height, uint32 *event_handlers, rct_windowclass cls, uint16 flags);