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