i don't understand this, but without this change audio doesn't fade on ios
authorkoda
Mon, 09 Apr 2012 02:02:14 +0200
changeset 6868 f31b5213b163
parent 6867 e7851ac961ba
child 6869 a187c280dd3d
i don't understand this, but without this change audio doesn't fade on ios
project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.h
project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h
project_files/HedgewarsMobile/Classes/ServerProtocolNetwork.h
project_files/HedgewarsMobile/Hedgewars_Prefix.pch
--- 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