ftp.nice.ch/pub/next/games/card/NeXTmj.2.0.s.tar.gz#/NeXTmj/TileCountView.m

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

/* Generated by Interface Builder */

/*
 *
 $Author$
 $Header$
 *
 $Log$
 */
 

#import "TileCountView.h"
#import	"GameInterface.h"
#import <appkit/graphics.h>
#import	<dpsclient/psops.h>

#import	<assert.h>


@implementation TileCountView


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

	
	assert( gameInterface );
	
	PSsetgray( NX_WHITE );
	NXRectFillList( rects, rectCount );
	[( GameInterface* )gameInterface tileCountDraw ];
	
	return self;
}


@end

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