aboutsummaryrefslogtreecommitdiff
path: root/utils/winmm_drv/cpl/config_dialog.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-21 00:45:06 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-21 00:45:06 +0300
commitf95e5ff580b68b13ba308fd54e1c95d4197ad863 (patch)
tree63539cbf427912686565dab81b3aa820346967b5 /utils/winmm_drv/cpl/config_dialog.h
parent193ac787fed2beb43c89312e5f45e231d50c544d (diff)
parent9b51dd7d667e97338a92711543fc3e942faae52f (diff)
downloadlibADLMIDI-f95e5ff580b68b13ba308fd54e1c95d4197ad863.tar.gz
libADLMIDI-f95e5ff580b68b13ba308fd54e1c95d4197ad863.tar.bz2
libADLMIDI-f95e5ff580b68b13ba308fd54e1c95d4197ad863.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