18 lines
300 B
Objective-C
18 lines
300 B
Objective-C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
#import <GLKit/GLKit.h>
|
|
|
|
@interface SlateOpenGLESView : GLKView
|
|
|
|
@property(retain) EAGLContext* Context;
|
|
|
|
@end
|
|
|
|
@interface SlateOpenGLESViewController : UIViewController
|
|
|
|
@end
|