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

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

/*
 * Autumn Season Game Tiles.
 *
 $Author$
 $Header$
 *
 $Log$
 */

#import	<FlowerTile.h>

class PlumTile : public FlowerTile {

public:
	PlumTile( void ) {
	
		loadImageFromFile( "f_plum.tiff" );
	}
};

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