Added Box2D
This commit is contained in:
17
external/Box2D-2.3.1/Contributions/Platforms/iPhone/main.m
vendored
Normal file
17
external/Box2D-2.3.1/Contributions/Platforms/iPhone/main.m
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// main.m
|
||||
// Box2D
|
||||
//
|
||||
// Created by Simon Oliver on 14/01/2009.
|
||||
// Copyright HandCircus 2009. All rights reserved.
|
||||
//
|
||||
|
||||
#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