// // main.m // eagl // // Created by pin xue on 4/8/08. // Copyright http://www.play3d.net 2008. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, @"eaglAppDelegate"); [pool release]; return retVal; }