Added Box2D
This commit is contained in:
24
external/Box2D-2.3.1/Contributions/Platforms/iPhone/Classes/Box2DAppDelegate.h
vendored
Normal file
24
external/Box2D-2.3.1/Contributions/Platforms/iPhone/Classes/Box2DAppDelegate.h
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// Box2DAppDelegate.h
|
||||
// Box2D
|
||||
//
|
||||
// Box2D iPhone port by Simon Oliver - http://www.simonoliver.com - http://www.handcircus.com
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "TestEntriesViewController.h"
|
||||
#import "Delegates.h"
|
||||
|
||||
@class Box2DView;
|
||||
|
||||
@interface Box2DAppDelegate : NSObject <UIApplicationDelegate,TestSelectDelegate> {
|
||||
UIWindow *window;
|
||||
Box2DView *glView;
|
||||
TestEntriesViewController *testEntriesView;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIWindow *window;
|
||||
@property (nonatomic, retain) IBOutlet Box2DView *glView;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user