groups coming sooner than expected... or later i guess, i was supposed to have this done 2 weeks ago

This commit is contained in:
freedom7341
2023-09-27 12:21:37 -06:00
parent 2ff4ee0c9c
commit 4dfb5d8554
2 changed files with 34 additions and 3 deletions

View File

@@ -72,5 +72,6 @@ BOOL InitializeGroups();
// Group Window
LRESULT CALLBACK GroupWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
HWND CreateGroupWindow(GROUP grp);
BOOL RemoveGroupWindow(HWND hWndGroup);
// Import/export functions
GROUP SaveGroup(PGROUP pg);