diff -r 11a0e8a2346e -r 7268128148b8 inc/mac_support.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inc/mac_support.h Thu May 22 07:16:55 2014 +0200 @@ -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