mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@10314 72102866-910b-0410-8b05-ffd578937521
12 lines
171 B
Objective-C
12 lines
171 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
#define APP_NAME @"GNUstep"
|
|
|
|
/*
|
|
* Initialise and go!
|
|
*/
|
|
|
|
int main(int argc, const char *argv[])
|
|
{
|
|
return NSApplicationMain (argc, argv);
|
|
}
|