2017-05-27 11:32:32 +00:00
|
|
|
#import <Cocoa/Cocoa.h>
|
2020-06-04 23:10:05 +00:00
|
|
|
#include <Core/gb.h>
|
2017-05-27 11:32:32 +00:00
|
|
|
|
|
|
|
@interface GBTerminalTextFieldCell : NSTextFieldCell
|
2020-06-04 23:10:05 +00:00
|
|
|
@property GB_gameboy_t *gb;
|
2017-05-27 11:32:32 +00:00
|
|
|
@end
|