CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/ios/ViewController.h
Views: 1401
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
@end
17
18