projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update theme submodule
[platform/upstream/gstreamer.git]
/
examples
/
tutorials
/
xcode iOS
/
Tutorial 3
/
EaglUIVIew.h
1
#import <Foundation/Foundation.h>
2
#import <QuartzCore/QuartzCore.h>
3
#include <OpenGLES/ES2/gl.h>
4
#include <OpenGLES/ES2/glext.h>
5
6
@interface EaglUIView : UIView
7
{
8
}
9
10
@end