iOS frontend and XCode project
This commit is contained in:
9
JGE/src/iOS/main.m
Executable file
9
JGE/src/iOS/main.m
Executable file
@@ -0,0 +1,9 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
||||
int retVal = UIApplicationMain(argc, argv, nil, nil);
|
||||
[pool release];
|
||||
return retVal;
|
||||
}
|
||||
Reference in New Issue
Block a user