cocoaTouch/VoicesViewController.h
changeset 3353 a767dd3786b5
parent 3352 ac5d14a35482
--- a/cocoaTouch/VoicesViewController.h	Sat Apr 17 04:59:10 2010 +0000
+++ b/cocoaTouch/VoicesViewController.h	Sat Apr 17 08:30:34 2010 +0000
@@ -7,7 +7,6 @@
 //
 
 #import <UIKit/UIKit.h>
-#import "SDL_mixer.h"
 
 
 @interface VoicesViewController : UITableViewController {
@@ -16,7 +15,7 @@
     NSArray *voiceArray;
     NSIndexPath *lastIndexPath;
 
-    Mix_Chunk *voiceBeingPlayed;
+    int voiceBeingPlayed;
 }
 
 @property (nonatomic,retain) NSMutableDictionary *teamDictionary;