project_files/HedgewarsMobile/Classes/MasterViewController.h
changeset 5219 9e2a17ab178b
parent 4976 088d40d8aba2
child 6074 047eaed35cbb
--- a/project_files/HedgewarsMobile/Classes/MasterViewController.h	Sat May 28 16:59:09 2011 -0400
+++ b/project_files/HedgewarsMobile/Classes/MasterViewController.h	Sat May 28 16:40:23 2011 +0200
@@ -22,7 +22,7 @@
 #import <UIKit/UIKit.h>
 
 
-@class DetailViewController;
+@class SplitViewRootController;
 @class GeneralSettingsViewController;
 @class TeamSettingsViewController;
 @class WeaponSettingsViewController;
@@ -30,6 +30,7 @@
 @class SupportViewController;
 
 @interface MasterViewController : UITableViewController {
+    SplitViewRootController *rootController;
     MasterViewController *targetController;
     NSArray *controllerNames;
     NSIndexPath *lastIndexPath;
@@ -41,6 +42,7 @@
 }
 
 @property (nonatomic, retain) MasterViewController *targetController;
+@property (nonatomic, retain) SplitViewRootController *rootController;
 @property (nonatomic, retain) NSArray *controllerNames;
 @property (nonatomic, retain) NSIndexPath *lastIndexPath;