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

16 lines
236 B
C
Raw Normal View History

#ifndef DictList_h
#define DictList_h
#include <AppKit/AppKit.h>
2010-09-11 16:41:18 +00:00
@ interface DictList:NSMutableArray
{
}
2010-09-11 10:06:04 +00:00
-initListFromFile:(FILE *) fp;
-writeListFile:(char *) filename;
-(id) findDictKeyword:(char *) key;
@end
2010-09-11 10:06:04 +00:00
#endif // DictList_h