mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
fe4bf28335
Not enough, but covers Object->NSObject and header file protection.
16 lines
223 B
Objective-C
16 lines
223 B
Objective-C
#ifndef DictList_h
|
|
#endif DictList_h
|
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
@interface DictList:List
|
|
{
|
|
}
|
|
|
|
- initListFromFile:(FILE *)fp;
|
|
- writeListFile:(char *)filename;
|
|
- (id) findDictKeyword:(char *)key;
|
|
|
|
@end
|
|
|
|
#endif//DictList_h
|