Added Box2D
This commit is contained in:
14
external/Box2D-2.3.1/Contributions/Platforms/iPhone/Classes/Delegates.h
vendored
Normal file
14
external/Box2D-2.3.1/Contributions/Platforms/iPhone/Classes/Delegates.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Delegates.h
|
||||
* Box2D
|
||||
*
|
||||
* Box2D iPhone port by Simon Oliver - http://www.simonoliver.com - http://www.handcircus.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@protocol TestSelectDelegate <NSObject>
|
||||
-(void) selectTest:(int) testIndex;
|
||||
-(void) leaveTest;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user