summaryrefslogtreecommitdiff
path: root/delegateuitask_darwin.h
blob: cccc6a24cd9062512eab91331536d572e32e2b47 (plain)
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);