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