Added Box2D
This commit is contained in:
19
external/Box2D-2.3.1/Contributions/Platforms/iPhone/Classes/TestEntriesViewController.h
vendored
Normal file
19
external/Box2D-2.3.1/Contributions/Platforms/iPhone/Classes/TestEntriesViewController.h
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// TestEntriesViewController.h
|
||||
// Box2D
|
||||
//
|
||||
// Box2D iPhone port by Simon Oliver - http://www.simonoliver.com - http://www.handcircus.com
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "iPhoneTest.h"
|
||||
#import "Delegates.h"
|
||||
|
||||
@interface TestEntriesViewController : UITableViewController {
|
||||
int32 testCount;
|
||||
id<TestSelectDelegate> _delegate;
|
||||
}
|
||||
|
||||
@property(assign) id<TestSelectDelegate> delegate;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user