// -*- objc -*- #ifndef GO_EBITEN_UI_COCOA_EBITEN_OPENGL_VIEW_H_ #define GO_EBITEN_UI_COCOA_EBITEN_OPENGL_VIEW_H_ #import #import typedef bool updating(void); @interface EbitenOpenGLView : NSOpenGLView - (CVReturn)getFrameForTime:(CVTimeStamp const*)outputTime; - (void)setUpdatingFunc:(updating*)updatingFunc; @end #endif