summaryrefslogtreecommitdiff
path: root/platform/iphone/gl_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/iphone/gl_view.h')
-rwxr-xr-xplatform/iphone/gl_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/iphone/gl_view.h b/platform/iphone/gl_view.h
index 0d95af9ab1..3e6181ab90 100755
--- a/platform/iphone/gl_view.h
+++ b/platform/iphone/gl_view.h
@@ -31,6 +31,7 @@
#import <OpenGLES/EAGL.h>
#import <OpenGLES/ES1/gl.h>
#import <OpenGLES/ES1/glext.h>
+#import <MediaPlayer/MediaPlayer.h>
@protocol GLViewDelegate;
@@ -65,6 +66,9 @@
@property(nonatomic, assign) id<GLViewDelegate> delegate;
+@property(strong, nonatomic) MPMoviePlayerController *moviePlayerController;
+@property(strong, nonatomic) UIWindow *backgroundWindow;
+
-(void)startAnimation;
-(void)stopAnimation;
-(void)drawView;