// -*- objc -*- #import "ebiten_controller.h" @implementation EbitenController { } - (BOOL)applicationShouldTerminateAfterLastWindowClosed: (NSApplication*)theApplication { (void)theApplication; return YES; } @end