protot/3rdparty/imgui/examples/example_apple_metal/Shared/AppDelegate.m

13 lines
186 B
Matlab
Raw Normal View History

2018-12-15 09:50:47 +01:00
#import "AppDelegate.h"
@implementation AppDelegate
#if TARGET_OS_OSX
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {
return YES;
}
#endif
@end