project_files/HedgewarsMobile/Classes/VoicesViewController.h
changeset 3703 12d17c6e8855
parent 3667 9359a70df013
child 3829 81db3c85784b
equal deleted inserted replaced
3701:8c449776ebe6 3703:12d17c6e8855
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
    10 #import "SDL_mixer.h"
    10 #import "SDL_mixer.h"
    11 
    11 
    12 @interface VoicesViewController : UITableViewController {
    12 @interface VoicesViewController : UITableViewController {
    13     NSMutableDictionary *teamDictionary;
    13     NSMutableDictionary *teamDictionary;
    14     
    14 
    15     NSArray *voiceArray;
    15     NSArray *voiceArray;
    16     NSIndexPath *lastIndexPath;
    16     NSIndexPath *lastIndexPath;
    17 
    17 
    18     Mix_Chunk *voiceBeingPlayed;
    18     Mix_Chunk *voiceBeingPlayed;
    19     int lastChannel;
    19     int lastChannel;