mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
5876ba1aba
controller.
8 lines
166 B
Objective-C
8 lines
166 B
Objective-C
#import <AppKit/NSApplication.h>
|
|
|
|
#define APP_NAME @"GNUstep"
|
|
|
|
int main(int argc, const char *argv[], const char *env[])
|
|
{
|
|
return NSApplicationMain (argc, argv);
|
|
}
|