mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-12 23:44:11 +00:00
16 lines
345 B
C
16 lines
345 B
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
|