SameBoy/Cocoa/GBTerminalTextFieldCell.h

7 lines
132 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
2020-06-04 23:10:05 +00:00
@property GB_gameboy_t *gb;
@end