resources... i hate them

the dialogs are pretty chill though
This commit is contained in:
freedom
2023-08-11 02:17:23 -06:00
parent 364afc7438
commit a4f7046760
6 changed files with 46 additions and 1 deletions

View File

@@ -10,3 +10,7 @@
/* Pragmas */
#pragma once
/* Function Prototypes */
BOOL CALLBACK ItemDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK GroupDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);