shithub: cstory

ref: 30ea89d3fa8035d29d60b9ac7cafa875e7ffeb89
dir: /external/SDL2/src/hidapi/testgui/mac_support.h/

View raw version
/*******************************
 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