diff -r 0173cd44c3bc -r e1b4771f6472 project_files/HedgewarsMobile/Classes/SettingsContainerViewController.h --- a/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.h Sat Oct 01 02:49:40 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.h Sat Oct 01 03:06:51 2011 +0200 @@ -21,11 +21,15 @@ #import +@class SettingsBaseViewController; + @interface SettingsContainerViewController : UIViewController { + SettingsBaseViewController *baseController; UINavigationController *activeController; UISplitViewController *splitViewRootController; } +@property (nonatomic,retain) SettingsBaseViewController *baseController; @property (nonatomic,retain) UINavigationController *activeController; @property (nonatomic,retain) UISplitViewController *splitViewRootController;