Play-/Source/ui_ios/GlEsView.h
2015-06-25 19:10:55 -04:00

11 lines
127 B
Objective-C

#import <UIKit/UIKit.h>
#include "opengl/OpenGlDef.h"
@interface GlEsView : UIView
{
@private
BOOL hasRetinaDisplay;
}
@end