ftp.nice.ch/pub/next/games/card/NeXTmille.2.0.s.tar.gz#/NeXTmille-2.0a/RollView.m

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

/* Generated by Interface Builder */

#import "RollView.h"
#import	<appkit/graphics.h>


@implementation RollView


- init
{


	[ super init ];
	ballAndLabelColor	= 
	greenLightColor		= NX_LTGRAY;
	redLightColor 		= NX_BLACK;
	label = "Roll";

	return self;
}


@end

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