// ViewController.h boilerplate #import #import #if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_6_1 #import #endif #import "iCade/iCadeReaderView.h" #import "CameraHelper.h" #import "LocationHelper.h" @protocol PPSSPPViewController @optional - (void)hideKeyboard; - (void)showKeyboard; - (void)shareText:(NSString *)text; - (void)shutdown; - (void)bindDefaultFBO; - (UIView *)getView; @end @interface PPSSPPViewControllerGL : GLKViewController < iCadeEventDelegate, LocationHandlerDelegate, CameraFrameDelegate, UIGestureRecognizerDelegate, UIKeyInput, PPSSPPViewController> @end extern id sharedViewController; void setCameraSize(int width, int height); void startVideo(); void stopVideo(); void startLocation(); void stopLocation();