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