Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/ios/ViewController.h
3185 views
1
// ViewController.h boilerplate
2
3
#import <UIKit/UIKit.h>
4
#import <GLKit/GLKit.h>
5
#import <GameController/GameController.h>
6
7
#import "iCade/iCadeReaderView.h"
8
#import "CameraHelper.h"
9
#import "LocationHelper.h"
10
11
#include "ViewControllerCommon.h"
12
13
@interface PPSSPPViewControllerGL : GLKViewController <
14
iCadeEventDelegate, LocationHandlerDelegate, CameraFrameDelegate,
15
UIGestureRecognizerDelegate, UIKeyInput, PPSSPPViewController,
16
UIImagePickerControllerDelegate, UINavigationControllerDelegate>
17
@end
18
19