project_files/HedgewarsMobile/Classes/OverlayViewController.h
changeset 4028 eb371ada631d
parent 3976 abaf741a4e21
child 4356 d1d26f8963a3
equal deleted inserted replaced
4027:6e2bff0c173c 4028:eb371ada631d
    77 -(void) dimOverlay;
    77 -(void) dimOverlay;
    78 -(void) activateOverlay;
    78 -(void) activateOverlay;
    79 -(void) cleanup;
    79 -(void) cleanup;
    80 
    80 
    81 @end
    81 @end
    82 
       
    83 // actual game started (controls should be enabled)
       
    84 BOOL isGameRunning;
       
    85 void setGameRunning(BOOL value);
       
    86 // black screen present
       
    87 BOOL isReplay;
       
    88 // cache the grenade time
       
    89 NSInteger cachedGrenadeTime;