1
0
mirror of https://github.com/Drezil/imgui.git synced 2025-03-02 03:42:43 +00:00

13 lines
186 B
Mathematica
Raw Normal View History

#import "AppDelegate.h"
@implementation AppDelegate
#if TARGET_OS_OSX
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {
return YES;
}
#endif
@end