ftp.nice.ch/Attic/openStep/games/Risk.0.98.m.NIS.bs.tar.gz#/Risk.0.98/src/Risk/RiskPoint.h

This is RiskPoint.h in view mode; [Download] [Up]

//
// $Id: RiskPoint.h,v 1.1.1.1 1997/12/09 07:18:56 nygard Exp $
// This file is a part of Risk by Mike Ferris.
//

#import <Foundation/Foundation.h>

@interface RiskPoint : NSObject
{
    NSPoint point;
}

+ (void) initialize;

+ riskPointWithPoint:(NSPoint)aPoint;

- initWithPoint:(NSPoint)aPoint;

- (void) encodeWithCoder:(NSCoder *)aCoder;
- initWithCoder:(NSCoder *)aDecoder;

- (NSPoint) point;
- (NSString *) description;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.