1 2 3 4 5 6 7 8 9 10
/* 13 may 2014 */ //#include "common_darwin.h" extern id makeAppDelegate(void); extern id windowGetContentView(id); extern BOOL initCocoa(id); extern void douitask(id, void *); extern void breakMainLoop(void); extern void cocoaMainLoop(void);