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