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