--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.h Sat Jul 17 03:59:10 2010 +0200
@@ -0,0 +1,19 @@
+//
+// popupMenuViewController.h
+// HedgewarsMobile
+//
+// Created by Vittorio on 25/03/10.
+// Copyright 2010 __MyCompanyName__. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+@interface InGameMenuViewController : UITableViewController <UIActionSheetDelegate> {
+ NSArray *menuList;
+ BOOL isPaused;
+ SDL_Window *sdlwindow;
+}
+@property (nonatomic,retain) NSArray *menuList;
+
+@end