project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h
changeset 6868 f31b5213b163
parent 6832 fae8fd118da9
child 6870 f72cac290325
equal deleted inserted replaced
6867:e7851ac961ba 6868:f31b5213b163
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    17  */
    17  */
    18 
    18 
    19 
    19 
    20 #import <Foundation/Foundation.h>
    20 #import <Foundation/Foundation.h>
       
    21 #import "SDL_net.h"
    21 
    22 
    22 
    23 
    23 @interface EngineProtocolNetwork : NSObject {
    24 @interface EngineProtocolNetwork : NSObject {
    24     NSMutableArray *statsArray;
    25     NSMutableArray *statsArray;
    25     NSOutputStream *stream;
    26     NSOutputStream *stream;