equal
deleted
inserted
replaced
18 * File created on 16/12/2010. |
18 * File created on 16/12/2010. |
19 */ |
19 */ |
20 |
20 |
21 |
21 |
22 #import <Foundation/Foundation.h> |
22 #import <Foundation/Foundation.h> |
23 #import "SDL_net.h" |
|
24 //#import "EngineProtocolNetwork.h" |
23 //#import "EngineProtocolNetwork.h" |
25 |
24 |
26 @interface ServerProtocolNetwork : NSObject { |
25 @interface ServerProtocolNetwork : NSObject { |
27 NSInteger serverPort; |
26 NSInteger serverPort; |
28 NSString *serverAddress; |
27 NSString *serverAddress; |