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