ftp.nice.ch/pub/next/games/action/xox/XoxWars94.NI.bs.tar.gz#/pack/XoxWars.bproj/XWScoreView.m

This is XWScoreView.m in view mode; [Download] [Up]

#import "XWScoreView.h"

@implementation XWScoreView

- initFrame:(const NXRect *)frameRect
{
	[super initFrame:frameRect];
	[self setAutoresizeSubviews:YES];
	return self;
}

- drawSelf:(const NXRect *)rects :(int)rectCount
{
	PSsetrgbcolor(0,0,0);
	NXRectFill(rects);
	return self;
}


@end

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