changeset 6337 | 84e7d1a5e3df |
parent 6320 | 238a6dc0e7ad |
child 6700 | e04da46ee43c |
--- a/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h Sat Nov 12 21:53:39 2011 +0100 +++ b/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h Sat Nov 12 21:59:10 2011 +0100 @@ -37,6 +37,6 @@ -(id) init:(NSInteger) onPort withAddress:(NSString *)address; -(id) initOnPort:(NSInteger) port; -(id) initToAddress:(NSString *)address; -+(ServerProtocolNetwork *)openServerConnection; ++(id) openServerConnection; @end