axmol/templates/lua-template-runtime/frameworks/runtime-src/proj.ios_mac/mac/main.m

8 lines
120 B
Mathematica
Raw Normal View History

2014-03-10 19:33:57 +08:00
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}