2009-01-12 23:59:27 +00:00
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
2009-01-12 20:52:45 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
#endif
|
|
|
|
|
2009-01-12 23:59:27 +00:00
|
|
|
void cocoaSendEvent(NSEvent *event);
|
2009-01-12 20:52:45 +00:00
|
|
|
|
|
|
|
void cocoaCreateApp();
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2009-01-12 23:59:27 +00:00
|
|
|
|