aboutsummaryrefslogtreecommitdiff
path: root/hidapi/testgui/mac_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'hidapi/testgui/mac_support.h')
-rw-r--r--hidapi/testgui/mac_support.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/hidapi/testgui/mac_support.h b/hidapi/testgui/mac_support.h
new file mode 100644
index 0000000..7d9ab49
--- /dev/null
+++ b/hidapi/testgui/mac_support.h
@@ -0,0 +1,17 @@
+/*******************************
+ Mac support for HID Test GUI
+
+ Alan Ott
+ Signal 11 Software
+
+*******************************/
+
+#ifndef MAC_SUPPORT_H__
+#define MAC_SUPPORT_H__
+
+extern "C" {
+ void init_apple_message_system();
+ void check_apple_events();
+}
+
+#endif