git.y1.nz

SameBoy

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

Cocoa/GBOpenGLView.h

      1 #import <Cocoa/Cocoa.h>
      2 #import "GBGLShader.h"
      3 
      4 @interface GBOpenGLView : NSOpenGLView
      5 @property (nonatomic) GBGLShader *shader;
      6 @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.