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