This is ArmyView.h in view mode; [Download] [Up]
//
// $Id: ArmyView.h,v 1.1.1.1 1997/12/09 07:18:52 nygard Exp $
// This file is a part of Risk by Mike Ferris.
//
#import <AppKit/AppKit.h>
@interface ArmyView : NSView
{
int armyCount;
}
+ (void) initialize;
+ (void) loadClassImages;
- initWithFrame:(NSRect)frameRect;
- (void) dealloc;
- (int) armyCount;
- (void) setArmyCount:(int)newCount;
- (void) drawRect:(NSRect)rect;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.