doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DOOMController.h
Go to the documentation of this file.
1 // $Header: /Network/CIFS/Limbo/Limbo/CVS/id/missionpack/code/macosx/Client/DOOMController.h,v 1.2 2000/11/14 04:38:34 zaphod Exp $
2 
3 #import <AppKit/AppKit.h>
4 
5 @interface DOOMController : NSObject
6 {
7  // IBOutlet NSPanel *bannerPanel;
8 }
9 
10 //- (IBAction)paste:(id)sender;
11 //- (IBAction)requestTerminate:(id)sender;
12 
13 //- (void) showBanner;
14 
15 @end