mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
12 lines
172 B
C
12 lines
172 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import <QuartzCore/QuartzCore.h>
|
||
|
#include <OpenGLES/ES2/gl.h>
|
||
|
#include <OpenGLES/ES2/glext.h>
|
||
|
|
||
|
@interface EaglUIView : UIView
|
||
|
{
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|