SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/GBCheatWindowController.h
1 #import <Foundation/Foundation.h>
2 #import <AppKit/AppKit.h>
3 #import "Document.h"
4
5 @interface GBCheatWindowController : NSObject <NSTableViewDelegate, NSTableViewDataSource, NSTextFieldDelegate>
6 @property (nonatomic, weak) IBOutlet NSTableView *cheatsTable;
7 @property (nonatomic, weak) IBOutlet NSTextField *addressField;
8 @property (nonatomic, weak) IBOutlet NSTextField *valueField;
9 @property (nonatomic, weak) IBOutlet NSTextField *oldValueField;
10 @property (nonatomic, weak) IBOutlet NSButton *oldValueCheckbox;
11 @property (nonatomic, weak) IBOutlet NSTextField *descriptionField;
12 @property (nonatomic, weak) IBOutlet NSTextField *importCodeField;
13 @property (nonatomic, weak) IBOutlet NSTextField *importDescriptionField;
14 @property (nonatomic, weak) IBOutlet Document *document;
15 - (void)cheatsUpdated;
16 @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.