diff options
Diffstat (limited to 'Src/Plugins/General/gen_crasher/crashDlg.h')
-rw-r--r-- | Src/Plugins/General/gen_crasher/crashDlg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/Plugins/General/gen_crasher/crashDlg.h b/Src/Plugins/General/gen_crasher/crashDlg.h new file mode 100644 index 00000000..eb92f027 --- /dev/null +++ b/Src/Plugins/General/gen_crasher/crashDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include <windows.h> +#include <commctrl.h> + +BOOL CALLBACK CrashDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
\ No newline at end of file |