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