launcher/IWADLocation.h
Simon Howard 24b7ebbc9d Restructure launcher interface to move IWAD configuration into a
separate window.

Subversion-branch: /launcher
Subversion-revision: 1753
2009-12-25 17:45:35 +00:00

14 lines
190 B
Objective-C

/* All Rights reserved */
#include <AppKit/AppKit.h>
@interface IWADLocation : NSObject
{
id locationConfigBox;
}
- (void) setLocation: (id)sender;
- (NSString *) getLocation;
@end