project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 6832 fae8fd118da9
parent 6830 d2df090453aa
child 6869 a187c280dd3d
equal deleted inserted replaced
6831:f848120b3fcc 6832:fae8fd118da9
    12  * GNU General Public License for more details.
    12  * GNU General Public License for more details.
    13  *
    13  *
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    17  *
       
    18  * File created on 18/04/2010.
       
    19  */
    17  */
    20 
    18 
    21 
    19 
    22 #import "GameConfigViewController.h"
    20 #import "GameConfigViewController.h"
    23 #import "MapConfigViewController.h"
    21 #import "MapConfigViewController.h"
    24 #import "TeamConfigViewController.h"
    22 #import "TeamConfigViewController.h"
    25 #import "SchemeWeaponConfigViewController.h"
    23 #import "SchemeWeaponConfigViewController.h"
    26 #import "HelpPageLobbyViewController.h"
    24 #import "HelpPageLobbyViewController.h"
    27 #import "GameInterfaceBridge.h"
    25 #import "GameInterfaceBridge.h"
    28 
    26 
       
    27 
    29 @implementation GameConfigViewController
    28 @implementation GameConfigViewController
    30 @synthesize imgContainer, helpPage, titleImage, sliderBackground,
    29 @synthesize imgContainer, helpPage, titleImage, sliderBackground,
    31             mapConfigViewController, teamConfigViewController, schemeWeaponConfigViewController;
    30             mapConfigViewController, teamConfigViewController, schemeWeaponConfigViewController;
    32 
       
    33 
    31 
    34 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    32 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    35     return rotationManager(interfaceOrientation);
    33     return rotationManager(interfaceOrientation);
    36 }
    34 }
    37 
    35