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