git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Cocoa/GBCompleteByteSlice.h

      1 #import "Document.h"
      2 #import "HexFiend/HexFiend.h"
      3 #import "HexFiend/HFByteSlice.h"
      4 
      5 @interface GBCompleteByteSlice : HFByteSlice
      6 - (instancetype) initWithByteArray:(HFByteArray *)array;
      7 @end

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.