X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=3d01171833a95b0d83c60648ef02ed434225b719;hp=aeab9c23cd3b737240c53fd2a4bc88f8a65961e5;hb=949580a3bafe5c8abd1fac99202411b65900b883;hpb=d442dd6ca65b694c37fbd3c93505644fe8478263 diff --git a/src/libgame/system.h b/src/libgame/system.h index aeab9c23..3d011718 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -77,6 +77,9 @@ #define DEFAULT_KEY_TAPE_PAUSE KSYM_UNDEFINED #define DEFAULT_KEY_TAPE_RECORD KSYM_UNDEFINED #define DEFAULT_KEY_TAPE_PLAY KSYM_UNDEFINED +#define DEFAULT_KEY_SOUND_SIMPLE KSYM_UNDEFINED +#define DEFAULT_KEY_SOUND_LOOPS KSYM_UNDEFINED +#define DEFAULT_KEY_SOUND_MUSIC KSYM_UNDEFINED /* values for key_status */ #define KEY_NOT_PRESSED FALSE @@ -845,6 +848,10 @@ struct SetupShortcutInfo Key tape_pause; Key tape_record; Key tape_play; + + Key sound_simple; + Key sound_loops; + Key sound_music; }; struct SetupSystemInfo