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

12 lines
93 B
C
Raw Normal View History

#ifdef __cplusplus
extern "C"
{
#endif
void cocoaCreateApp();
#ifdef __cplusplus
}
#endif