mac_support.h 266 B

1234567891011121314151617
  1. /*******************************
  2. Mac support for HID Test GUI
  3. Alan Ott
  4. Signal 11 Software
  5. *******************************/
  6. #ifndef MAC_SUPPORT_H__
  7. #define MAC_SUPPORT_H__
  8. extern "C" {
  9. void init_apple_message_system();
  10. void check_apple_events();
  11. }
  12. #endif