--- a/cocoaTouch/iPad/MainMenuViewController.h Sun Apr 04 16:38:00 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-//
-// MainMenuViewController.h
-// hwengine
-//
-// Created by Vittorio on 08/01/10.
-// Copyright 2010 __MyCompanyName__. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-#import "SettingsViewController.h"
-
-@interface MainMenuViewController : UIViewController {
- UIView *cover;
-}
-
-@property (nonatomic,retain) UIView *cover;
-
--(void) appear;
--(void) disappear;
--(void) hideBehind;
-
--(IBAction) switchViews:(id)sender;
-@end