quakeforge/tools/Forge/Bundles/MapEdit/DictList.h
Bill Currie fe4bf28335 Some compile fixes.
Not enough, but covers Object->NSObject and header file protection.
2010-09-26 13:50:16 +09:00

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