diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-13 08:14:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-13 08:14:28 -0400 |
| commit | 3e712db2e028ecd90d6e331eb684bb6de9c670fa (patch) | |
| tree | e3580b23470117c98a902a42e75e79d681da78ef /delegateuitask_darwin.h | |
| parent | de97125c54da4a2fbbec304205868444775e4fd5 (diff) | |
Moved uitask_darwin.go to be Objective-C-based. Both delegate_darwin.go and uitask_darwin.go will share the same .m file.
Diffstat (limited to 'delegateuitask_darwin.h')
| -rw-r--r-- | delegateuitask_darwin.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/delegateuitask_darwin.h b/delegateuitask_darwin.h new file mode 100644 index 0000000..cccc6a2 --- /dev/null +++ b/delegateuitask_darwin.h @@ -0,0 +1,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); |
