Rev 871 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
//// main.m// R//// Created by stefano iacus on Mon Jul 26 2004.// Copyright (c) 2004 __MyCompanyName__. All rights reserved.//#import <Cocoa/Cocoa.h>int main(int argc, const char *argv[]){return(NSApplicationMain(argc, argv));}