X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=aeab9c23cd3b737240c53fd2a4bc88f8a65961e5;hp=26d192e396054a31b6341b8813328c0bf6e72bbe;hb=d442dd6ca65b694c37fbd3c93505644fe8478263;hpb=123c5a87fa9cf6d9759ed7911d3544f05afdd11c diff --git a/src/libgame/system.h b/src/libgame/system.h index 26d192e3..aeab9c23 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -72,6 +72,11 @@ #define DEFAULT_KEY_FOCUS_PLAYER_3 KSYM_F7 #define DEFAULT_KEY_FOCUS_PLAYER_4 KSYM_F8 #define DEFAULT_KEY_FOCUS_PLAYER_ALL KSYM_F9 +#define DEFAULT_KEY_TAPE_EJECT KSYM_UNDEFINED +#define DEFAULT_KEY_TAPE_STOP KSYM_UNDEFINED +#define DEFAULT_KEY_TAPE_PAUSE KSYM_UNDEFINED +#define DEFAULT_KEY_TAPE_RECORD KSYM_UNDEFINED +#define DEFAULT_KEY_TAPE_PLAY KSYM_UNDEFINED /* values for key_status */ #define KEY_NOT_PRESSED FALSE @@ -834,6 +839,12 @@ struct SetupShortcutInfo Key focus_player[MAX_PLAYERS]; Key focus_player_all; + + Key tape_eject; + Key tape_stop; + Key tape_pause; + Key tape_record; + Key tape_play; }; struct SetupSystemInfo