# HG changeset patch
# User koda
# Date 1333929734 -7200
# Node ID f31b5213b1632c46a489602912f51be0760a9a74
# Parent  e7851ac961baaabf9da4e859a11cb6b0fb28b9ad
i don't understand this, but without this change audio doesn't fade on ios

diff -r e7851ac961ba -r f31b5213b163 project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h
--- 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 {
diff -r e7851ac961ba -r f31b5213b163 project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h
--- 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>
diff -r e7851ac961ba -r f31b5213b163 project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h
--- 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 {
diff -r e7851ac961ba -r f31b5213b163 project_files/HedgewarsMobile/Hedgewars_Prefix.pch
--- 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