cocoaTouch/overlayViewController.h
author smxx
Wed, 17 Mar 2010 10:48:00 +0000
changeset 3008 e57cafce4227
parent 3006 da6023c2745b
child 3015 20a9c8160e82
permissions -rw-r--r--
Frontend: * Map selection detects maps with scripts as missions * Disabled scheme selection for missions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3006
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     1
//
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     2
//  overlayViewController.h
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     3
//  HedgewarsMobile
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     4
//
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     5
//  Created by Vittorio on 16/03/10.
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     6
//  Copyright 2010 __MyCompanyName__. All rights reserved.
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     7
//
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     8
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
     9
#import <UIKit/UIKit.h>
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    10
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    11
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    12
@interface overlayViewController : UIViewController {
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    13
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    14
}
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    15
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    16
-(IBAction) buttonReleased:(id) sender;
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    17
-(IBAction) buttonPressed:(id) sender;
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    18
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    19
-(void) dimOverlay;
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    20
da6023c2745b restore compilation on simulator and device
koda
parents:
diff changeset
    21
@end