mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 19:31:56 +00:00
13 lines
171 B
Mathematica
13 lines
171 B
Mathematica
|
#import <AppKit/AppKit.h>
|
||
|
|
||
|
#define APP_NAME @"GNUstep"
|
||
|
|
||
|
/*
|
||
|
* Initialise and go!
|
||
|
*/
|
||
|
|
||
|
int main(int argc, const char *argv[])
|
||
|
{
|
||
|
return NSApplicationMain (argc, argv);
|
||
|
}
|