quakeforge/tools/Forge/Bundles/MapEdit/DictList.h

17 lines
271 B
Objective-C

#ifndef DictList_h
#define DictList_h
#include <AppKit/AppKit.h>
@interface DictList:NSMutableArray
{
NSMutableArray *array;
}
-initListFromFile:(FILE *) fp;
-writeListFile:(const char *) filename;
-(id) findDictKeyword:(const char *) key;
@end
#endif // DictList_h