X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.h;h=5f630fa3dd054934651020174b802863b605864e;hb=06caafc8481189a73ffc5beb2105aaec5ac0acb5;hp=3dbae5993fc16cd86a53162c84440553c66eed52;hpb=2443a8a09966a9940e1420c91d24a297325c2a00;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 3dbae599..5f630fa3 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -307,6 +307,10 @@ struct SetupInfo boolean fullscreen; boolean ask_on_escape; + char *graphics_dir; + char *sounds_dir; + char *music_dir; + struct SetupShortcutInfo shortcut; struct SetupInputInfo input[MAX_PLAYERS]; };