SameBoy/Cocoa/GBTerminalTextFieldCell.h
2021-01-13 14:12:34 -05:00

7 lines
144 B
Objective-C

#import <Cocoa/Cocoa.h>
#include <Core/gb.h>
@interface GBTerminalTextFieldCell : NSTextFieldCell
@property (nonatomic) GB_gameboy_t *gb;
@end