changeset 6719 | d2afc6b2d88e |
parent 6700 | e04da46ee43c |
child 6832 | fae8fd118da9 |
--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Sun Feb 19 01:22:59 2012 +0100 +++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.h Sun Feb 19 02:52:19 2012 +0100 @@ -36,6 +36,7 @@ +(void) startLocalGame:(NSDictionary *)withOptions; +(void) startSaveGame:(NSString *)atPath; +(void) startMissionGame:(NSString *)withScript; ++(void) startSimpleGame; +(void) registerCallingController:(UIViewController *)controller;