SameBoy/Cocoa/GBTerminalTextFieldCell.h

7 lines
132 B
Objective-C
Raw Normal View History

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