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

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

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

#import	<GameTile.h>

class CharacterFourTile : public GameTile {

public:
	CharacterFourTile( void ) {
	
		my_tile_type = CHARACTER_4;
		loadImageFromFile( "char4.tiff" );
	}
};

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