git.y1.nz

SameBoy

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

Cocoa/GBHueSliderCell.h

      1 #import <Cocoa/Cocoa.h>
      2 
      3 @interface NSSlider (GBHueSlider)
      4 -(NSColor *)colorValue;
      5 @end
      6 
      7 @interface GBHueSliderCell : NSSliderCell
      8 -(NSColor *)colorValue;
      9 @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.