Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 266 Bytes

mac_support.h

File metadata and controls

17 lines (12 loc) · 266 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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