1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

add more drawing of bottom toolbar

This commit is contained in:
IntelOrca
2014-04-11 17:38:15 +01:00
parent 5cb1600417
commit 8cbe0e7aa1
8 changed files with 365 additions and 102 deletions

View File

@@ -439,6 +439,15 @@ rct_window *window_get_main()
return NULL;
}
/**
*
* rct2: 0x006E7C9C
*/
void window_scroll_to_location(rct_window *w, int x, int y, int z)
{
RCT2_CALLPROC_X(0x006E7C9C, x, 0, y, z , w, 0, 0);
}
/**
*
* rct2: 0x0068881A