summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/ConfigurationController.h')
-rw-r--r--macosx/ConfigurationController.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h
index bcfdc314..2e88f445 100644
--- a/macosx/ConfigurationController.h
+++ b/macosx/ConfigurationController.h
@@ -2,6 +2,7 @@
#import <Cocoa/Cocoa.h>
#import "PluginController.h"
+#import "HotkeyController.h"
#import "PluginList.h"
extern NSString *memChangeNotifier;
@@ -31,6 +32,10 @@ extern NSString *memChangeNotifier;
IBOutlet id noFastBootCell;
IBOutlet id enableNetPlayCell;
IBOutlet id widescreen;
+
+ // Hotkeys
+ IBOutlet HotkeyController *hkController;
+ IBOutlet NSTabViewItem *hkTab;
IBOutlet NSTextField *mcd1Label;
IBOutlet NSTextField *mcd2Label;
@@ -50,4 +55,6 @@ extern NSString *memChangeNotifier;
- (NSString *)keyForSender:(id)sender;
+ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile;
+- (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem;
+
@end