rnd-20030118-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 754ecc3be7397eb7be3f2a9026149f37f2bacbdc..100f80de4a03c5dcbf3635c7d7ba8c6dea256181 100644 (file)
@@ -479,6 +479,7 @@ struct ConfigInfo
 {
   char *token;
   char *value;
+  int type;
 };
 
 struct FileInfo
@@ -492,6 +493,14 @@ struct FileInfo
   int *parameter;                              /* array of file parameters */
 };
 
+struct SetupFileList
+{
+  char *token;
+  char *value;
+
+  struct SetupFileList *next;
+};
+
 struct ListNodeInfo
 {
   char *source_filename;                       /* primary key for node list */
@@ -507,6 +516,7 @@ struct ArtworkListInfo
 
   struct FileInfo *file_list;                  /* static artwork file array */
   struct ConfigInfo *suffix_list;              /* parameter suffixes array */
+  struct SetupFileList *custom_setup_list;     /* additional definitions */
 
   struct ListNodeInfo **artwork_list;          /* static artwork node array */