pcsxr-1.9.92
[pcsx_rearmed.git] / macosx / PcsxPluginDocument.h
1 //
2 //  PcsxPluginDocument.h
3 //  Pcsx
4 //
5 //  Created by Gil Pedersen on Thu Jul 01 2004.
6 //  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <AppKit/AppKit.h>
10
11
12 @interface PcsxPluginDocument : NSDocument {
13         IBOutlet NSWindow *addPluginSheet;
14         IBOutlet NSTextField *pluginName;
15         
16         BOOL moveOK;
17 }
18 - (IBAction)closeAddPluginSheet:(id)sender;
19
20 @end