inc/mac_support.h
changeset 12 7268128148b8
parent 0 b112defa99c0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/inc/mac_support.h	Thu May 22 07:16:55 2014 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +/*******************************
     1.5 + Mac support for HID Test GUI
     1.6 + 
     1.7 + Alan Ott
     1.8 + Signal 11 Software
     1.9 + 
    1.10 +*******************************/
    1.11 +
    1.12 +#ifndef MAC_SUPPORT_H__
    1.13 +#define MAC_SUPPORT_H__
    1.14 +
    1.15 +extern "C" {
    1.16 +	void init_apple_message_system();
    1.17 +	void check_apple_events();
    1.18 +}
    1.19 +
    1.20 +#endif