aboutsummaryrefslogtreecommitdiff
path: root/utils/winmm_drv/cpl/config_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/winmm_drv/cpl/config_dialog.h')
-rw-r--r--utils/winmm_drv/cpl/config_dialog.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/winmm_drv/cpl/config_dialog.h b/utils/winmm_drv/cpl/config_dialog.h
new file mode 100644
index 0000000..1cb45d6
--- /dev/null
+++ b/utils/winmm_drv/cpl/config_dialog.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#ifndef SETUP_DIALOG_HHHH
+#define SETUP_DIALOG_HHHH
+
+#include <windef.h>
+
+extern BOOL initAdlSetupBox(HINSTANCE hModule, HWND hwnd);
+extern BOOL runAdlSetupBox(HINSTANCE hModule, HWND hwnd);
+extern BOOL cleanUpAdlSetupBox(HINSTANCE hModule, HWND hwnd);
+
+#endif