diff options
Diffstat (limited to 'platform/iphone/view_controller.h')
-rw-r--r-- | platform/iphone/view_controller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/iphone/view_controller.h b/platform/iphone/view_controller.h index f919c06af2..ca05818040 100644 --- a/platform/iphone/view_controller.h +++ b/platform/iphone/view_controller.h @@ -26,11 +26,10 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#import <UIKit/UIKit.h> #import <GameKit/GameKit.h> +#import <UIKit/UIKit.h> @interface ViewController : UIViewController <GKGameCenterControllerDelegate> { - }; - (BOOL)shouldAutorotateToInterfaceOrientation: |