mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-23 06:32:32 +01:00
7 lines
169 B
Objective-C
7 lines
169 B
Objective-C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
/* Fake interface so the compiler assumes it conforms to NSVisualEffectView */
|
||
|
@interface GBOptionalVisualEffectView : NSVisualEffectView
|
||
|
|
||
|
@end
|