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