1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

add scenario loading and title script

This commit is contained in:
IntelOrca
2014-04-10 15:14:47 +01:00
parent 9e9daaedfa
commit b23c12d435
9 changed files with 323 additions and 43 deletions

View File

@@ -439,6 +439,15 @@ rct_window *window_get_main()
return NULL;
}
/**
*
* rct2: 0x0068881A
*/
void window_rotate_camera(rct_window *w)
{
RCT2_CALLPROC_X(0x0068881A, 0, 0, 0, 0, w, 0, 0);
}
/**
* Draws a window that is in the specified region.
* rct2: 0x006E756C