X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=100f80de4a03c5dcbf3635c7d7ba8c6dea256181;hb=4fcf5c6436d34bdc44bc534d21d9ec95bf072333;hp=03429157c7fc327273ae3da60046d424b631eb88;hpb=a19647f4f265bb23bc249aa28a10d1d47a6179e1;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 03429157..100f80de 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -493,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 */ @@ -508,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 */