ftp.nice.ch/pub/next/games/board/Shanghai.0.81.sd.tar.gz#/Shanghai.0.81.sd/Source/Tiles/NumberOneTile.h

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

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

#import	<NumberTile.h>

class NumberOneTile : public NumberTile {

public:
	NumberOneTile( void ) {
	
		loadImageFromFile( "n_1.tiff" );
	}
};

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