mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-14 00:40:45 +00:00
15 lines
190 B
C
15 lines
190 B
C
|
/* All Rights reserved */
|
||
|
|
||
|
#include <AppKit/AppKit.h>
|
||
|
|
||
|
@interface IWADLocation : NSObject
|
||
|
{
|
||
|
id locationConfigBox;
|
||
|
}
|
||
|
|
||
|
- (void) setLocation: (id)sender;
|
||
|
- (NSString *) getLocation;
|
||
|
|
||
|
@end
|
||
|
|