- add Group feature to handle Autoload-groups
This commit is contained in:
parent
b47cb9027a
commit
5973568bd2
3 changed files with 19 additions and 4 deletions
|
|
@ -75,6 +75,7 @@ struct FIWADInfo
|
|||
{
|
||||
FString Name; // Title banner text for this IWAD
|
||||
FString Autoname; // Name of autoload ini section for this IWAD
|
||||
FString Group; // Groupname for this IWAD
|
||||
FString Configname; // Name of config section for this IWAD
|
||||
FString Required; // Requires another IWAD
|
||||
DWORD FgColor; // Foreground color for title banner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue