mirror of https://github.com/bsnes-emu/bsnes.git
8 lines
111 B
Objective-C
8 lines
111 B
Objective-C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface GBSplitView : NSSplitView
|
||
|
|
||
|
-(void) setDividerColor:(NSColor *)color;
|
||
|
|
||
|
@end
|