1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

implement keyboard shortcuts

This commit is contained in:
IntelOrca
2014-04-26 01:16:32 +01:00
parent cd14e4b33f
commit 9f91798514
9 changed files with 305 additions and 11 deletions

View File

@@ -29,3 +29,12 @@ void tutorial_start(int type)
{
RCT2_CALLPROC_X(0x0066ECC1, type, 0, 0, 0, 0, 0, 0);
}
/**
*
* rct2: 0x0066EE25
*/
void tutorial_stop()
{
RCT2_CALLPROC_EBPSAFE(0x0066EE25);
}