mirror of
https://github.com/libretro/Play-.git
synced 2025-02-23 21:22:55 +00:00
11 lines
127 B
Objective-C
11 lines
127 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#include "opengl/OpenGlDef.h"
|
|
|
|
@interface GlEsView : UIView
|
|
{
|
|
@private
|
|
BOOL hasRetinaDisplay;
|
|
}
|
|
|
|
@end
|