project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 6832 fae8fd118da9
parent 6700 e04da46ee43c
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 25/03/2010.
       
    19  */
    17  */
    20 
    18 
    21 
    19 
    22 #import "InGameMenuViewController.h"
    20 #import "InGameMenuViewController.h"
    23 #import "SDL_sysvideo.h"
    21 #import "SDL_sysvideo.h"
    25 
    23 
    26 
    24 
    27 #define VIEW_HEIGHT 200
    25 #define VIEW_HEIGHT 200
    28 
    26 
    29 @implementation InGameMenuViewController
    27 @implementation InGameMenuViewController
    30 
       
    31 
    28 
    32 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
    29 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
    33     return rotationManager(interfaceOrientation);
    30     return rotationManager(interfaceOrientation);
    34 }
    31 }
    35 
    32