mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
15 lines
345 B
Objective-C
15 lines
345 B
Objective-C
// $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
|