Mercurial > hg > apm
view 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 |
line wrap: on
line source
#import <Cocoa/Cocoa.h> int main(int argc, char *argv[]) { return NSApplicationMain(argc, (const char **) argv); }