dolphin/Source/Core/DolphinWX/Src/cocoaApp.h

16 lines
156 B
Objective-C

#import <Cocoa/Cocoa.h>
#ifdef __cplusplus
extern "C"
{
#endif
void cocoaSendEvent(NSEvent *event);
void cocoaCreateApp();
#ifdef __cplusplus
}
#endif