Yuzu-clone/externals/SDL/src/hidapi/testgui/mac_support.h
2021-04-18 05:35:25 +02:00

18 lines
266 B
C
Executable File

/*******************************
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