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

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

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

#import	<GameTile.h>

class CircleTwoTile : public GameTile {

public:
	CircleTwoTile( void ) {
	
		my_tile_type = CIRCLE_2;
		loadImageFromFile( "circ2.tiff" );
	}
};

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