ftp.nice.ch/pub/next/games/card/NeXTmj.2.0.s.tar.gz#/NeXTmj/Tiles/NumberFiveTile.h

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

/*
 * Number Tiles.
 *
 $Author$
 $Header$
 *
 $Log$
 */

#import	<NumberTile.h>

class NumberFiveTile : public NumberTile {

public:
	NumberFiveTile( void ) {
	
		loadImageFromFile( "n_5.tiff" );
	}
};

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