SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/GBPalettePicker.h
1 #import <UIKit/UIKit.h>
2 #import <Core/gb.h>
3
4 @interface GBPalettePicker : UITableViewController
5 + (const GB_palette_t *)paletteForTheme:(NSString *)theme;
6 + (bool)importPalette:(NSString *)path;
7 + (NSString *)makeUnique:(NSString *)name;
8 @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.