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

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

/*
 * Base class for Flower Game Tiles.
 *
 $Author$
 $Header$
 *
 $Log$
 */

#import	"GameTile.h"

class FlowerTile : public GameTile {

public:
	FlowerTile( void ) {
	
		my_tile_type = FLOWER;
	}
};

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