diff options
Diffstat (limited to 'macosx/plugins/DFNet/macsrc/PluginConfigController.h')
| -rw-r--r-- | macosx/plugins/DFNet/macsrc/PluginConfigController.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/macosx/plugins/DFNet/macsrc/PluginConfigController.h b/macosx/plugins/DFNet/macsrc/PluginConfigController.h new file mode 100644 index 00000000..f0986e76 --- /dev/null +++ b/macosx/plugins/DFNet/macsrc/PluginConfigController.h @@ -0,0 +1,16 @@ +#define PluginConfigController DFNetPlayPluginConfigController + +#import <Cocoa/Cocoa.h> + +@interface PluginConfigController : NSWindowController +{ + IBOutlet NSTextField *ipAddress; + IBOutlet NSTextField *portNum; + IBOutlet NSTextField *playerNum; +} +- (IBAction)cancel:(id)sender; +- (IBAction)ok:(id)sender; + +- (void)loadValues; + +@end |
