diff options
Diffstat (limited to 'Src/Plugins/General/gen_hotkeys/Configdlg.h')
-rw-r--r-- | Src/Plugins/General/gen_hotkeys/Configdlg.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Src/Plugins/General/gen_hotkeys/Configdlg.h b/Src/Plugins/General/gen_hotkeys/Configdlg.h new file mode 100644 index 00000000..a6fc772a --- /dev/null +++ b/Src/Plugins/General/gen_hotkeys/Configdlg.h @@ -0,0 +1,9 @@ +#ifndef __CONFIG_DIALOG_H__ +#define __CONFIG_DIALOG_H__ + +#include <windows.h> +#include "resource.h" + +BOOL CALLBACK ConfigProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam); + +#endif
\ No newline at end of file |