mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
17 lines
266 B
C
17 lines
266 B
C
/*******************************
|
|
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
|