SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/GBCheatSearchController.h
1 #import <AppKit/AppKit.h>
2 #import "Document.h"
3
4 @interface GBCheatSearchController<NSTableViewDelegate, NSTableViewDataSource, NSControlTextEditingDelegate> : NSObject
5 @property IBOutlet NSWindow *window;
6 @property IBOutlet NSTableView *tableView;
7 + (instancetype)controllerWithDocument:(Document *)document;
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.