shutdown dialog stuff

This commit is contained in:
freedom7341
2023-09-27 13:37:42 -06:00
parent 49d22b8a13
commit b2413ad307
5 changed files with 2 additions and 1 deletions

View File

@@ -14,3 +14,4 @@
/* Function Prototypes */
BOOL CALLBACK NewGroupDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK NewItemDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK ShutdownDlgProc(HWND hWndDlg, UINT message, WPARAM wParam, LPARAM lParam);