cocoaTouch/overlayViewController.h
changeset 3006 da6023c2745b
child 3015 20a9c8160e82
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cocoaTouch/overlayViewController.h	Wed Mar 17 00:26:35 2010 +0000
@@ -0,0 +1,21 @@
+//
+//  overlayViewController.h
+//  HedgewarsMobile
+//
+//  Created by Vittorio on 16/03/10.
+//  Copyright 2010 __MyCompanyName__. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+@interface overlayViewController : UIViewController {
+
+}
+
+-(IBAction) buttonReleased:(id) sender;
+-(IBAction) buttonPressed:(id) sender;
+
+-(void) dimOverlay;
+
+@end