Sign in
foss-fpga-tools
/
third_party
/
nextpnr
/
f98960b9361862d956df59f8129b01005ea41b5c
/
.
/
3rdparty
/
imgui
/
examples
/
example_apple_metal
/
Shared
/
AppDelegate.m
blob: eabb44c14cc09dbeb0002cfcf148bf5325eb74e5 [
file
]
#import "AppDelegate.h"
@implementation
AppDelegate
#if TARGET_OS_OSX
-
(
BOOL
)
applicationShouldTerminateAfterLastWindowClosed
:(
NSApplication
*)
sender
{
return
YES
;
}
#endif
@end