mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-20 00:49:35 +01:00
Source release of QuakeEd, the map editing application on NEXTSTEP for Quake.
This commit is contained in:
12
QuakeEd/DictList.h
Normal file
12
QuakeEd/DictList.h
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#import <appkit/appkit.h>
|
||||
|
||||
@interface DictList:List
|
||||
{
|
||||
}
|
||||
|
||||
- initListFromFile:(FILE *)fp;
|
||||
- writeListFile:(char *)filename;
|
||||
- (id) findDictKeyword:(char *)key;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user