summaryrefslogtreecommitdiff
path: root/macosx/CheatController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/CheatController.h')
-rw-r--r--macosx/CheatController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/CheatController.h b/macosx/CheatController.h
index ab61c6d0..5ddbc1d8 100644
--- a/macosx/CheatController.h
+++ b/macosx/CheatController.h
@@ -10,6 +10,8 @@
IBOutlet NSTableView *cheatView;
}
+- (void)refresh;
+
-(IBAction)SaveCheats:(id)sender;
-(IBAction)LoadCheats:(id)sender;
-(IBAction)clear:(id)sender;