summaryrefslogtreecommitdiffstats
path: root/osdep/main-fn-mac.c
blob: 140610093f88cfa0265a07cebf331d9632431a47 (plain)
1
2
3
4
5
6
7
#include "osdep/mac/app_bridge.h"

// Cocoa absolutely requires creating the NSApplication singleton and running it on the main thread.
int main(int argc, char *argv[])
{
    return cocoa_main(argc, argv);
}