--- a/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h Sat Oct 01 02:49:40 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h Sat Oct 01 03:06:51 2011 +0200
@@ -32,6 +32,7 @@
UIViewController *targetController;
NSArray *controllerNames;
NSIndexPath *lastIndexPath;
+ UITabBarController *tabController;
GeneralSettingsViewController *generalSettingsViewController;
TeamSettingsViewController *teamSettingsViewController;
WeaponSettingsViewController *weaponSettingsViewController;
@@ -42,6 +43,7 @@
@property (nonatomic, retain) UIViewController *targetController;
@property (nonatomic, retain) NSArray *controllerNames;
@property (nonatomic, retain) NSIndexPath *lastIndexPath;
+@property (nonatomic, retain) UITabBarController *tabController;
-(void) dismissSplitView;