SameBoy/Cocoa/GBTerminalTextFieldCell.h

7 lines
144 B
Objective-C
Raw Normal View History

#import <Cocoa/Cocoa.h>
2020-06-04 23:10:05 +00:00
#include <Core/gb.h>
@interface GBTerminalTextFieldCell : NSTextFieldCell
2021-01-13 18:59:28 +00:00
@property (nonatomic) GB_gameboy_t *gb;
@end