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

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

/*
 * Bamboo Game Tiles.
 *
 $Author$
 $Header$
 *
 $Log$
 */

#import	<GameTile.h>

class BambooSixTile : public GameTile {

public:
	BambooSixTile( void ) {
	
		my_tile_type = BAMBOO_6;
		loadImageFromFile( "bam6.tiff" );
	}
};

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