--- a/project_files/HedgewarsMobile/Classes/AudioManagerController.m Wed Mar 28 01:26:47 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/AudioManagerController.m Wed Mar 28 01:56:42 2012 +0200
@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * File created on 23/09/2012.
*/
@@ -24,6 +22,7 @@
#import <AudioToolbox/AudioToolbox.h>
#import "MXAudioPlayerFadeOperation.h"
+
static AVAudioPlayer *backgroundMusic = nil;
static SystemSoundID clickSound = -1;
static SystemSoundID backSound = -1;
@@ -33,7 +32,6 @@
static MXAudioPlayerFadeOperation *fadeIn = nil;
static MXAudioPlayerFadeOperation *fadeOut = nil;
-
@implementation AudioManagerController
#pragma mark -