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