SameBoy/Cocoa/GBCPUView.h

6 lines
94 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface GBCPUView : NSView
- (void)addSample:(double)sample;
@end