Add fast forward hotkeys

This commit is contained in:
Jon Pacheco
2019-05-12 11:41:46 +01:00
parent 99b07f9300
commit 7d2ba09fd7
5 changed files with 58 additions and 10 deletions

View File

@ -26,7 +26,7 @@ namespace Config
typedef struct
{
char Name[16];
char Name[32];
int Type;
void* Value;
int DefaultInt;