ebiten/ui/cocoa/ebiten_opengl_view.h

16 lines
295 B
C
Raw Normal View History

2013-10-12 20:17:51 +02:00
// -*- objc -*-
#ifndef GO_EBITEN_UI_COCOA_EBITEN_OPENGL_VIEW_H_
#define GO_EBITEN_UI_COCOA_EBITEN_OPENGL_VIEW_H_
#import <Cocoa/Cocoa.h>
#import <QuartzCore/QuartzCore.h>
@interface EbitenOpenGLView : NSOpenGLView
2013-11-22 18:56:18 +01:00
//- (CVReturn)getFrameForTime:(CVTimeStamp const*)outputTime;
2013-10-12 20:17:51 +02:00
@end
#endif