source: trunk/Cocoa/F-Script Anywhere/Source/main.m@ 513

Last change on this file since 513 was 398, checked in by Nicholas Riley, 16 years ago

Remove NSZombieEnabled

File size: 119 bytes
Line 
1#import <AppKit/NSApplication.h>
2
3int main(int argc, const char *argv[])
4{
5 return NSApplicationMain(argc, argv);
6}
Note: See TracBrowser for help on using the repository browser.