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

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

/* Generated by Interface Builder */

#import "FlatTireView.h"
#import	"cards.h"
#import	<assert.h>


@implementation FlatTireView


- init
{


	[ super init ];
	bottomFaceBitmap = 	[[ CardImage allocFromZone:cardZone ] initFromFile:FLAT_TIRE_BOTTOM_FACE ];
	assert( bottomFaceBitmap );
	
	return self;
}


@end

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