Filesystem update.

This commit is contained in:
Justin Marshall
2026-05-09 07:37:04 -07:00
parent 53dc4276d5
commit 8c4a087aa9
2076 changed files with 11142 additions and 87 deletions
+15
View File
@@ -0,0 +1,15 @@
// $Header: /Network/CIFS/Limbo/Limbo/CVS/id/missionpack/code/macosx/Client/DOOMController.h,v 1.2 2000/11/14 04:38:34 zaphod Exp $
#import <AppKit/AppKit.h>
@interface DOOMController : NSObject
{
// IBOutlet NSPanel *bannerPanel;
}
//- (IBAction)paste:(id)sender;
//- (IBAction)requestTerminate:(id)sender;
//- (void) showBanner;
@end