load group wip

This commit is contained in:
freedom
2023-10-14 16:59:18 -06:00
parent 97784e31ae
commit 291e1f0d16
2 changed files with 31 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ typedef struct _GROUP {
INT iIconIndex;
// Items
WORD cItemArray; // Number of items in pItemArray
ITEM pItemArray; // Array of items
ITEM pItemArray[1]; // Array of items
} GROUP, * PGROUP;
/* Global Variables */