// // main.m -- // // Main program for Wings3D loader. // // Copyright (c) 2002 Sean Hinde. // // See the file "license.terms" for information on usage and redistribution // of this file, and for a DISCLAIMER OF ALL WARRANTIES. // // $Id: main.m,v 1.1 2002/11/24 14:16:46 bjorng Exp $ // // #import int main(int argc, const char *argv[]) { return NSApplicationMain(argc, argv); }