quakeforge/tools/Forge/Bundles/MapEdit/DictList.h
2010-09-26 13:50:18 +09:00

15 lines
236 B
Objective-C

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