sorta load items

This commit is contained in:
Brady McDermott
2023-10-25 13:51:57 -06:00
parent c1dd3ae999
commit f1e0a17b3d
2 changed files with 87 additions and 9 deletions

View File

@@ -80,6 +80,7 @@ HWND CreateGroup(_In_ PGROUP pg);
BOOL RemoveGroup(_In_ HWND hWndGroup, _In_ BOOL bEliminate);
// Item Management
PITEM CreateItem(_In_ HWND hWndGroup, _In_ PITEM pi);
BOOL LoadItems(_In_ HWND hWndGroup);
BOOL RemoveItem(_In_ PITEM pi);
BOOL ExecuteItem(_In_ PITEM pi);
// Save/Load helper functions