summaryrefslogtreecommitdiff
path: root/plugins/ChangeKeyboardLayout/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ChangeKeyboardLayout/options.h')
-rw-r--r--plugins/ChangeKeyboardLayout/options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/ChangeKeyboardLayout/options.h b/plugins/ChangeKeyboardLayout/options.h
new file mode 100644
index 0000000000..b91a104deb
--- /dev/null
+++ b/plugins/ChangeKeyboardLayout/options.h
@@ -0,0 +1,9 @@
+#ifndef M_CKL_OPTIONS_H
+#define M_CKL_OPTIONS_H
+
+#include "commonheaders.h"
+
+int CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
+int CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
+
+#endif \ No newline at end of file