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