mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 04:39:18 +02:00
merge local branch 'mover_in_c++'
This commit is contained in:
12
ref/imgui/examples/example_apple_metal/Shared/AppDelegate.m
Normal file
12
ref/imgui/examples/example_apple_metal/Shared/AppDelegate.m
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
@implementation AppDelegate
|
||||
|
||||
#if TARGET_OS_OSX
|
||||
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {
|
||||
return YES;
|
||||
}
|
||||
#endif
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user