mirror of https://github.com/axmolengine/axmol.git
9 lines
200 B
C
9 lines
200 B
C
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface NSApplication (SheetAdditions)
|
||
|
|
||
|
- (void)beginSheet:(NSWindow *)sheet modalForWindow:(NSWindow *)docWindow didEndBlock:(void (^)(NSInteger returnCode))block;
|
||
|
|
||
|
@end
|