quakeforge/tools/Forge/Bundles/MapEdit/DictList.h
2010-11-28 15:31:37 +09:00

16 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