Files
DarkRP2D/external/Box2D-2.3.1/Contributions/Platforms/iPhone/Classes/Delegates.h
Julian Nießner d175d433a8 Added Box2D
2018-05-06 12:43:20 +02:00

14 lines
240 B
Objective-C

/*
* 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