mirror of
https://github.com/chocolate-doom/launcher.git
synced 2025-02-16 17:00:58 +00:00
14 lines
190 B
Objective-C
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
|
|
|