This is WhiteTile.h in view mode; [Download] [Up]
/*
* Circle Game Tiles.
*
$Author$
$Header$
*
$Log$
*/
#import <GameTile.h>
class WhiteTile : public GameTile {
public:
WhiteTile( void ) {
my_tile_type = WHITE;
loadImageFromFile( "d_white.tiff" );
}
};
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.