rnd-20030120-2-src
[rocksndiamonds.git] / src / libgame / system.h
index 6ff9c39fb77599f6efa67d20dd6725159c445eef..6ba3ff820e9c3f9124b72f564c6e8aabe1540e5e 100644 (file)
@@ -516,9 +516,13 @@ struct ArtworkListInfo
   int type;                                    /* type of artwork */
 
   int num_file_list_entries;
+  int num_dynamic_file_list_entries;
+
   int num_suffix_list_entries;
 
   struct FileInfo *file_list;                  /* static artwork file array */
+  struct FileInfo *dynamic_file_list;          /* dynamic artwrk file array */
+
   struct ConfigInfo *suffix_list;              /* parameter suffixes array */
 
   int num_base_prefixes;
@@ -528,7 +532,6 @@ struct ArtworkListInfo
   char **base_prefixes;                                /* base token prefixes array */
   char **ext1_suffixes;                                /* property suffixes array 1 */
   char **ext2_suffixes;                                /* property suffixes array 2 */
-  struct SetupFileList *custom_setup_list;     /* additional definitions */
 
   struct ListNodeInfo **artwork_list;          /* static artwork node array */
   struct ListNode *content_list;               /* dynamic artwork node list */