cocoaTouch/overlayViewController.h
author mbait
Wed, 17 Mar 2010 23:01:53 +0000
branchlua_linux_lib_fix
changeset 3014 2b4116a8bdb0
parent 3006 da6023c2745b
child 3015 20a9c8160e82
permissions -rw-r--r--
default lua variable fix

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

#import <UIKit/UIKit.h>


@interface overlayViewController : UIViewController {

}

-(IBAction) buttonReleased:(id) sender;
-(IBAction) buttonPressed:(id) sender;

-(void) dimOverlay;

@end