mirror of https://github.com/bsnes-emu/bsnes.git
8 lines
189 B
C
8 lines
189 B
C
|
#import "Document.h"
|
||
|
#import "HexFiend/HexFiend.h"
|
||
|
#import "HexFiend/HFByteArray.h"
|
||
|
|
||
|
@interface GBMemoryByteArray : HFByteArray
|
||
|
- (instancetype) initWithDocument:(Document *)document;
|
||
|
@end
|