aboutsummaryrefslogtreecommitdiff
path: root/utils/winmm_drv/cpl/config_dialog.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-28 19:35:24 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-28 19:35:24 +0300
commit455ac435481558c09ee1824b1e6dcc43f277527d (patch)
tree641268a2117543cd1a66ec9c4b3e3d790170f22e /utils/winmm_drv/cpl/config_dialog.h
parent595a9dc35ad1c41dac96d7fd7e3b3c7ccaac9947 (diff)
parentbaefee8dbe094a05ae89b0f9b909d19982711dc7 (diff)
downloadlibADLMIDI-455ac435481558c09ee1824b1e6dcc43f277527d.tar.gz
libADLMIDI-455ac435481558c09ee1824b1e6dcc43f277527d.tar.bz2
libADLMIDI-455ac435481558c09ee1824b1e6dcc43f277527d.zip
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
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