mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-22 22:22:42 +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
|