This is StatusView.h in view mode; [Download] [Up]
//
// $Id: StatusView.h,v 1.2 1997/12/15 07:44:21 nygard Exp $
// This file is a part of Risk by Mike Ferris.
//
#import <AppKit/AppKit.h>
#import "Risk.h"
@class RiskGameManager;
@interface StatusView : NSView
{
IBOutlet RiskGameManager *gameManager;
BOOL showCardSetCounts;
}
+ (void) initialize;
- initWithFrame:(NSRect)frameRect;
- (void) dealloc;
- (BOOL) isFlipped;
- (void) drawRect:(NSRect)rect;
- (void) defaultsChanged:(NSNotification *)aNotification;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.