mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-17 04:17:17 +01:00
12 lines
185 B
Mathematica
12 lines
185 B
Mathematica
|
#import "AppDelegate.h"
|
||
|
|
||
|
@implementation AppDelegate
|
||
|
|
||
|
#if TARGET_OS_OSX
|
||
|
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {
|
||
|
return YES;
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
@end
|