hello world

This commit is contained in:
Timothee 'TTimo' Besset
2011-11-22 15:28:15 -06:00
commit fb1609f554
2155 changed files with 1017022 additions and 0 deletions

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