comparison app_wrapper/main.mm @ 0:c0ead20bda4d

first commit
author Fiore Martin <f.martin@qmul.ac.uk>
date Mon, 08 Jun 2015 11:49:43 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c0ead20bda4d
1 #import <Cocoa/Cocoa.h>
2
3 int main(int argc, char *argv[])
4 {
5 return NSApplicationMain(argc, (const char **) argv);
6 }