ebiten/ui/cocoa/ebiten_game_content_view.h

14 lines
243 B
C
Raw Normal View History

2013-12-31 10:17:35 +01:00
// -*- objc -*-
#ifndef GO_EBITEN_UI_COCOA_EBITEN_GAME_CONTENT_VIEW_H_
#define GO_EBITEN_UI_COCOA_EBITEN_GAME_CONTENT_VIEW_H_
#import <Cocoa/Cocoa.h>
#import <QuartzCore/QuartzCore.h>
@interface EbitenGameContentView : NSView
@end
#endif