apps-gorm/Documentation/Examples/SimpleApp/main.m

13 lines
172 B
Mathematica
Raw Normal View History

#include <AppKit/AppKit.h>
#define APP_NAME @"GNUstep"
/*
* Initialise and go!
*/
int main(int argc, const char *argv[])
{
return NSApplicationMain (argc, argv);
}