mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
13 lines
172 B
Mathematica
13 lines
172 B
Mathematica
|
#include <AppKit/AppKit.h>
|
||
|
|
||
|
#define APP_NAME @"GNUstep"
|
||
|
|
||
|
/*
|
||
|
* Initialise and go!
|
||
|
*/
|
||
|
|
||
|
int main(int argc, const char *argv[])
|
||
|
{
|
||
|
return NSApplicationMain (argc, argv);
|
||
|
}
|