22 #ifndef BACKENDS_PLATFORM_IOS7_IOS7_SCUMMVM_VIEW_CONTROLLER_H 23 #define BACKENDS_PLATFORM_IOS7_IOS7_SCUMMVM_VIEW_CONTROLLER_H 25 #include <UIKit/UIKit.h> 30 UIInterfaceOrientation currentOrientation;
35 - (UIInterfaceOrientation)interfaceOrientation;
37 - (UIInterfaceOrientation)currentOrientation;
38 -(void) updateCurrentOrientation;
39 -(void) setCurrentOrientation:(UIInterfaceOrientation)orientation;
Definition: ios7_scummvm_view_controller.h:28