sl@0: /******************************* sl@0: Mac support for HID Test GUI sl@0: sl@0: Alan Ott sl@0: Signal 11 Software sl@0: sl@0: *******************************/ sl@0: sl@0: #ifndef MAC_SUPPORT_H__ sl@0: #define MAC_SUPPORT_H__ sl@0: sl@0: extern "C" { sl@0: void init_apple_message_system(); sl@0: void check_apple_events(); sl@0: } sl@0: sl@0: #endif