project_files/HedgewarsMobile/Classes/OverlayViewController.m
changeset 5154 851f36579ed4
parent 5109 6d2e8a24277e
child 5155 f2165724605c
equal deleted inserted replaced
5152:589f69a9665c 5154:851f36579ed4
    37 
    37 
    38 #define removeInputWidget() [[self.view viewWithTag:CONFIRMATION_TAG] removeFromSuperview]; \
    38 #define removeInputWidget() [[self.view viewWithTag:CONFIRMATION_TAG] removeFromSuperview]; \
    39                             [[self.view viewWithTag:GRENADE_TAG] removeFromSuperview];
    39                             [[self.view viewWithTag:GRENADE_TAG] removeFromSuperview];
    40 
    40 
    41 @implementation OverlayViewController
    41 @implementation OverlayViewController
    42 @synthesize popoverController, popupMenu, helpPage, amvc, isNetGame, useClassicMenu, initialOrientation;
    42 @synthesize popoverController, popupMenu, helpPage, amvc, useClassicMenu, initialOrientation;
    43 
    43 
    44 #pragma mark -
    44 #pragma mark -
    45 #pragma mark rotation
    45 #pragma mark rotation
    46 
    46 
    47 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
    47 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {