diff options
Diffstat (limited to 'plugins/ChangeKeyboardLayout/hook_events.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/hook_events.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/ChangeKeyboardLayout/hook_events.h b/plugins/ChangeKeyboardLayout/hook_events.h new file mode 100644 index 0000000000..1db1f16f40 --- /dev/null +++ b/plugins/ChangeKeyboardLayout/hook_events.h @@ -0,0 +1,15 @@ +#ifndef M_CKL_HOOK_EVENTS_H
+#define M_CKL_HOOK_EVENTS_H
+
+#include "commonheaders.h"
+
+BOOL CoreCheck();
+void ReadMainOptions();
+void WriteMainOptions();
+void ReadPopupOptions();
+void WritePopupOptions();
+extern int OnOptionsInitialise(WPARAM wParam, LPARAM lParam);
+extern int ModulesLoaded(WPARAM wParam,LPARAM lParam);
+int CALLBACK CKLPopupDlgProc(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
+
+#endif
\ No newline at end of file |