project_files/HedgewarsMobile/Classes/InGameMenuViewController.h
author koda
Sat, 17 Jul 2010 03:59:10 +0200
changeset 3647 0d0df215fb52
parent 3547 project_files/HedgewarsMobile/Classes/PopoverMenuViewController.h@02875b1145b7
child 3648 2477029463ed
permissions -rw-r--r--
making chat work... (keyboard support is heavily broken in sdl upstream)

//
//  popupMenuViewController.h
//  HedgewarsMobile
//
//  Created by Vittorio on 25/03/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface InGameMenuViewController : UITableViewController <UIActionSheetDelegate> {
    NSArray *menuList;
    BOOL isPaused;
    SDL_Window *sdlwindow;
}
@property (nonatomic,retain) NSArray *menuList;

@end