mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
12 lines
165 B
Objective-C
12 lines
165 B
Objective-C
|
|
#import <AppKit/AppKit.h>
|
|
|
|
@interface DictList:List
|
|
{
|
|
}
|
|
|
|
- initListFromFile:(FILE *)fp;
|
|
- writeListFile:(char *)filename;
|
|
- (id) findDictKeyword:(char *)key;
|
|
|
|
@end
|