--- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h Sun Apr 08 20:31:01 2012 -0400
+++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h Mon Apr 09 02:02:14 2012 +0200
@@ -18,6 +18,7 @@
#import <Foundation/Foundation.h>
+#import "SDL_net.h"
@interface EngineProtocolNetwork : NSObject {
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h Sun Apr 08 20:31:01 2012 -0400
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h Mon Apr 09 02:02:14 2012 +0200
@@ -18,6 +18,7 @@
#import <UIKit/UIKit.h>
+#import "SDL_net.h"
@protocol MapPreviewViewDelegate <NSObject>
--- a/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h Sun Apr 08 20:31:01 2012 -0400
+++ b/project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h Mon Apr 09 02:02:14 2012 +0200
@@ -18,7 +18,7 @@
#import <Foundation/Foundation.h>
-//#import "EngineProtocolNetwork.h"
+#import "SDL_net.h"
@interface ServerProtocolNetwork : NSObject {
--- a/project_files/HedgewarsMobile/Hedgewars_Prefix.pch Sun Apr 08 20:31:01 2012 -0400
+++ b/project_files/HedgewarsMobile/Hedgewars_Prefix.pch Mon Apr 09 02:02:14 2012 +0200
@@ -31,6 +31,5 @@
#import "CreationChamber.h"
#import "HWUtils.h"
#import "hwconsts.h"
-#import "SDL_net.h"
#endif