mirror of https://github.com/axmolengine/axmol.git
8 lines
120 B
Mathematica
8 lines
120 B
Mathematica
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
return NSApplicationMain(argc, (const char **)argv);
|
||
|
}
|