mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
15 lines
327 B
Objective-C
15 lines
327 B
Objective-C
/* Generated by the NeXT Project Builder
|
|
NOTE: Do NOT change this file -- Project Builder maintains it.
|
|
*/
|
|
|
|
#import <appkit/appkit.h>
|
|
|
|
void main(int argc, char *argv[]) {
|
|
|
|
[Application new];
|
|
if ([NSApp loadNibSection:"QuakeEd.nib" owner:NSApp withNames:NO])
|
|
[NSApp run];
|
|
|
|
[NSApp free];
|
|
exit(0);
|
|
}
|