summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPluginHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrPluginHandler.h')
-rw-r--r--macosx/PcsxrPluginHandler.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/macosx/PcsxrPluginHandler.h b/macosx/PcsxrPluginHandler.h
new file mode 100644
index 00000000..8b79a4fb
--- /dev/null
+++ b/macosx/PcsxrPluginHandler.h
@@ -0,0 +1,19 @@
+//
+// PcsxrPluginHandler.h
+// Pcsxr
+//
+// Created by Charles Betts on 12/10/11.
+// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+#import "PcsxrFileHandle.h"
+
+@interface PcsxrPluginHandler : NSWindowController <PcsxrFileHandle> {
+ IBOutlet NSTextField *pluginName;
+
+ BOOL moveOK;
+}
+- (IBAction)closeAddPluginSheet:(id)sender;
+
+@end