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

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

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

#import	"GameTile.h"

class SeasonTile : public GameTile {

public:
	SeasonTile( void ) {
	
		my_tile_type = SEASON;
	}
};

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