launcher/IWADLocation.h

15 lines
190 B
Objective-C

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