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

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

/*
 * North Wind Game Tiles.
 *
 $Author$
 $Header$
 *
 $Log$
 */

#import	<GameTile.h>

class NorthWindTile : public GameTile {

public:
	NorthWindTile( void ) {
	
		my_tile_type = NORTH_WIND;
		loadImageFromFile( "w_north.tiff" );
	}
};

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