mirror of https://github.com/bsnes-emu/bsnes.git
8 lines
288 B
Objective-C
8 lines
288 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface GBPreferencesWindow : NSWindow <NSTableViewDelegate, NSTableViewDataSource>
|
|
@property IBOutlet NSTableView *controlsTableView;
|
|
@property IBOutlet NSPopUpButton *graphicsFilterPopupButton;
|
|
@property (strong) IBOutlet NSButton *aspectRatioCheckbox;
|
|
@end
|