quakeforge/tools/Forge/main.m
Bill Currie 23a38738fc Massive whitespace cleanup.
Lots of trailing whitespace and otherwise blank lines.
2012-05-22 08:23:22 +09:00

9 lines
165 B
Objective-C

#include <AppKit/NSApplication.h>
#define APP_NAME @"Forge"
int
main (int argc, const char *argv[], const char *env[])
{
return NSApplicationMain (argc, argv);
}