X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=79eeb0b4b26ffe581e5528d628b28bf0c07bb5db;hb=df4dc8e0755fb2d7f651ce31aff28bc51cc8034a;hp=9b4dece1f0cfdf55fab59bf8975e9a9352486d02;hpb=9e5b242142cda73a8b1ae8ae52aa927999b5481d;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 9b4dece1..79eeb0b4 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -659,6 +659,7 @@ #define ELEMENTS_DIRECTORY "elements" #define CREDITS_DIRECTORY "credits" #define PROGRAM_INFO_DIRECTORY "program" +#define LEVELSET_INFO_DIRECTORY "levelset" #define CACHE_DIRECTORY "cache" #define CONF_DIRECTORY "conf" #define NETWORK_DIRECTORY "network" @@ -1463,6 +1464,12 @@ struct SetupInternalInfo boolean menu_exit; boolean menu_save_and_exit; + boolean menu_shortcuts_various; + boolean menu_shortcuts_focus; + boolean menu_shortcuts_tape; + boolean menu_shortcuts_sound; + boolean menu_shortcuts_snap; + boolean info_title; boolean info_elements; boolean info_music;