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