From c41cb82ea7499c132546c1ab6f798deda6a9d7af Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 22 Dec 2017 16:55:39 +0100 Subject: Squashed 'hidapi/' content from commit b767b43f git-subtree-dir: hidapi git-subtree-split: b767b43f3e6f9c5b92ea7d738331deb8e03c4baf --- testgui/mac_support.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testgui/mac_support.h (limited to 'testgui/mac_support.h') diff --git a/testgui/mac_support.h b/testgui/mac_support.h new file mode 100644 index 0000000..7d9ab49 --- /dev/null +++ b/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 -- cgit v1.2.3