mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-23 17:09:44 +00:00
7 lines
144 B
Objective-C
7 lines
144 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
#include <Core/gb.h>
|
|
|
|
@interface GBTerminalTextFieldCell : NSTextFieldCell
|
|
@property (nonatomic) GB_gameboy_t *gb;
|
|
@end
|