SameBoy/Cocoa/GBTerminalTextFieldCell.h

7 lines
144 B
Objective-C

#import <Cocoa/Cocoa.h>
#include <Core/gb.h>
@interface GBTerminalTextFieldCell : NSTextFieldCell
@property (nonatomic) GB_gameboy_t *gb;
@end