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