project_files/HedgewarsMobile/Classes/VoicesViewController.h
changeset 3667 9359a70df013
parent 3547 02875b1145b7
child 3703 12d17c6e8855
--- a/project_files/HedgewarsMobile/Classes/VoicesViewController.h	Fri Jul 23 22:14:56 2010 +0400
+++ b/project_files/HedgewarsMobile/Classes/VoicesViewController.h	Sat Jul 24 23:23:10 2010 +0200
@@ -7,7 +7,7 @@
 //
 
 #import <UIKit/UIKit.h>
-
+#import "SDL_mixer.h"
 
 @interface VoicesViewController : UITableViewController {
     NSMutableDictionary *teamDictionary;
@@ -15,7 +15,8 @@
     NSArray *voiceArray;
     NSIndexPath *lastIndexPath;
 
-    int voiceBeingPlayed;
+    Mix_Chunk *voiceBeingPlayed;
+    int lastChannel;
 }
 
 @property (nonatomic,retain) NSMutableDictionary *teamDictionary;