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

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

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

#import	<GameTile.h>

class CircleOneTile : public GameTile {

public:
	CircleOneTile( void ) {
	
		my_tile_type = CIRCLE_1;
		loadImageFromFile( "circ1.tiff" );
	}
};

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