mirror of
https://github.com/yawut/SDL.git
synced 2026-09-10 18:16:19 -05:00
Fixed syntax error
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
|
||||
#ifndef __IPHONE_6_0
|
||||
// This enum isn't available in older SDKs, but we use it for our own purposes on iOS 5.1 and for the system on iOS 6.0
|
||||
enum UIInterfaceOrientationMask) {
|
||||
enum UIInterfaceOrientationMask
|
||||
{
|
||||
UIInterfaceOrientationMaskPortrait = (1 << UIInterfaceOrientationPortrait),
|
||||
UIInterfaceOrientationMaskLandscapeLeft = (1 << UIInterfaceOrientationLandscapeLeft),
|
||||
UIInterfaceOrientationMaskLandscapeRight = (1 << UIInterfaceOrientationLandscapeRight),
|
||||
|
||||
Reference in New Issue
Block a user