use pointers instead :D

This commit is contained in:
freedom7341
2023-10-04 13:20:01 -06:00
parent 82c2d2d15f
commit 2c16c265ca
3 changed files with 17 additions and 22 deletions

View File

@@ -70,7 +70,7 @@ extern HWND hWndMDIClient;
/* Function Prototypes */
BOOL InitializeGroups(VOID);
// Group Management
HWND CreateGroup(_In_ GROUP grp);
HWND CreateGroup(_In_ PGROUP pgrp);
BOOL RemoveGroup(_In_ HWND hWndGroup, _In_ BOOL bEliminate);
// Import/export functions
GROUP SaveGroup(_In_ PGROUP pg);