SameBoy/Cocoa/GBPaletteView.h

7 lines
126 B
Objective-C
Raw Permalink Normal View History

2022-02-20 12:23:49 +00:00
#import <Cocoa/Cocoa.h>
#import "Document.h"
@interface GBPaletteView : NSView
- (void)reloadData:(Document *)document;
@end