repo.or.cz
/
cocotron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git]
/
Examples
/
NSOpenGLView
/
MyOpenGLView.h
blob
84082bb6a6c7ee04734214f33fc634af1462ee1a
1
/* MyOpenGLView */
2
3
#import <Cocoa/Cocoa.h>
4
5
@interface MyOpenGLView
:
NSOpenGLView
{
6
NSTimer
*
_timer
;
7
float
_angleX
;
8
}
9
10
@end