cocoaTouch/iPad/MainMenuViewController.h
changeset 3113 2829ea0dd47c
child 3122 e005359efc59
equal deleted inserted replaced
3112:f1bbe35ddb83 3113:2829ea0dd47c
       
     1 //
       
     2 //  MainMenuViewController.h
       
     3 //  hwengine
       
     4 //
       
     5 //  Created by Vittorio on 08/01/10.
       
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
       
     7 //
       
     8 
       
     9 #import <UIKit/UIKit.h>
       
    10 #import "SettingsViewController.h"
       
    11 
       
    12 @interface MainMenuViewController : UIViewController {
       
    13 
       
    14 }
       
    15 
       
    16 -(void) appear;
       
    17 -(void) disappear;
       
    18 
       
    19 -(IBAction) switchViews:(id)sender;
       
    20 @end