Files
ppsspp/ios/ViewController.h
2025-05-19 20:41:16 +02:00

18 lines
510 B
Objective-C

// ViewController.h boilerplate
#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
#import <GameController/GameController.h>
#import "iCade/iCadeReaderView.h"
#import "CameraHelper.h"
#import "LocationHelper.h"
#include "ViewControllerCommon.h"
@interface PPSSPPViewControllerGL : GLKViewController <
iCadeEventDelegate, LocationHandlerDelegate, CameraFrameDelegate,
UIGestureRecognizerDelegate, UIKeyInput, PPSSPPViewController,
UIImagePickerControllerDelegate, UINavigationControllerDelegate>
@end