mirror of https://github.com/LIJI32/SameBoy.git
11 lines
283 B
Objective-C
11 lines
283 B
Objective-C
#import <Core/gb.h>
|
|
#import <HexFiend/HFRepresenter.h>
|
|
|
|
|
|
@interface GBHexStatusBarRepresenter : HFRepresenter
|
|
@property GB_gameboy_t *gb;
|
|
@property (nonatomic) bool useDecimalLength;
|
|
@property (nonatomic) uint16_t bankForDescription;
|
|
@property (nonatomic) uint16_t baseAddress;
|
|
@end
|