Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git] / Examples / NSOpenGLView / MyOpenGLView.h
blob84082bb6a6c7ee04734214f33fc634af1462ee1a
1 /* MyOpenGLView */
3 #import <Cocoa/Cocoa.h>
5 @interface MyOpenGLView : NSOpenGLView {
6 NSTimer *_timer;
7 float _angleX;
10 @end