mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 21:17:27 +01:00
13 lines
216 B
C
13 lines
216 B
C
|
// -*- objc -*-
|
||
|
|
||
|
#ifndef GO_EBITEN_UI_COCOA_EBITEN_CONTROLLER_H_
|
||
|
#define GO_EBITEN_UI_COCOA_EBITEN_CONTROLLER_H_
|
||
|
|
||
|
#include <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface EbitenController : NSObject<NSApplicationDelegate>
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif
|