ftp.nice.ch/pub/next/games/board/Risk.0.97.s.tar.gz#/RiskSource0.97/Risk/LineView.h

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

// LineView.h
// Part of Risk by Mike Ferris

#import <appkit/View.h>

@interface LineView:View
{
	float lineWidth;
}

- setLineWidth:(float)lw;

- drawSelf:(const NXRect *)rects :(int)rectCount;

@end

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