SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/GBThemePreviewController.h
1 #import <UIKit/UIKit.h>
2 #import "GBTheme.h"
3
4 @interface GBThemePreviewController : UIViewController
5 - (instancetype)initWithTheme:(GBTheme *)theme;
6 @end
7
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.