summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFNet/macsrc/PluginConfigController.h
blob: bb78b1a1e24391e6637e71068b2374828f0bc326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define PluginConfigController DFNetPlayPluginConfigController

#import <Cocoa/Cocoa.h>

@interface PluginConfigController : NSWindowController
@property (weak) IBOutlet NSTextField *ipAddress;
@property (weak) IBOutlet NSTextField *portNum;
@property (weak) IBOutlet NSTextField *playerNum;

- (IBAction)cancel:(id)sender;
- (IBAction)ok:(id)sender;

- (void)loadValues;

@end