initial commit and add statusbar icon

This commit is contained in:
Felix Förtsch
2018-10-08 16:53:31 +02:00
parent 87c2956eb4
commit 3c528e2f58
38 changed files with 3603 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif