SameBoy/Cocoa/GBCheatTextFieldCell.h

6 lines
114 B
Objective-C
Raw Normal View History

2020-04-11 15:03:10 +00:00
#import <Cocoa/Cocoa.h>
@interface GBCheatTextFieldCell : NSTextFieldCell
@property bool usesAddressFormat;
@end