From 5174e012aae4d340b373c2d7c5d028d6e849d9f8 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 11 Dec 2011 04:11:51 +0000 Subject: Rewrote the file handling on Mac OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73141 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrPluginHandler.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 macosx/PcsxrPluginHandler.h (limited to 'macosx/PcsxrPluginHandler.h') 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 +#import "PcsxrFileHandle.h" + +@interface PcsxrPluginHandler : NSWindowController { + IBOutlet NSTextField *pluginName; + + BOOL moveOK; +} +- (IBAction)closeAddPluginSheet:(id)sender; + +@end -- cgit v1.2.3