mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 09:31:12 +00:00
Forge updates. Forge now saves, but does not load (heh) projects.
This commit is contained in:
parent
5f54a1931b
commit
caf9d820c1
12 changed files with 90 additions and 70 deletions
|
@ -37,7 +37,12 @@
|
|||
|
||||
@interface Project: NSObject
|
||||
{
|
||||
IBOutlet id owner;
|
||||
IBOutlet id owner;
|
||||
IBOutlet NSWindow *window;
|
||||
NSMutableArray *rFiles;
|
||||
NSMutableArray *imgFiles;
|
||||
NSMutableArray *suppFiles;
|
||||
NSMutableArray *otherFiles;
|
||||
}
|
||||
|
||||
- (void) createProjectAtPath: (NSString *) aPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue