diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-11 04:11:51 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-11 04:11:51 +0000 |
| commit | 5174e012aae4d340b373c2d7c5d028d6e849d9f8 (patch) | |
| tree | 56277e83cbce33072ed0dfe5ee7f3d3d8e32a3c0 /macosx/PcsxrPluginHandler.h | |
| parent | 287d77d5995567fcba738c97af558f36e51462ca (diff) | |
| download | pcsxr-5174e012aae4d340b373c2d7c5d028d6e849d9f8.tar.gz | |
Rewrote the file handling on Mac OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73141 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPluginHandler.h')
| -rw-r--r-- | macosx/PcsxrPluginHandler.h | 19 |
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 |
