rnd-20020404-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 3dbae5993fc16cd86a53162c84440553c66eed52..5f630fa3dd054934651020174b802863b605864e 100644 (file)
@@ -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];
 };