ftp.nice.ch/pub/next/games/card/Solitaire.2.1.s.tar.gz#/Solitaire.2.1.s/Spider/SpiderDrawDelegate.h

This is SpiderDrawDelegate.h in view mode; [Download] [Up]

/* indent:4  tabsize:8  font:fixed-width */


/*---------------------------------------------------------------------------
| ---------------------------------------------------------------------------
|
|    SpiderDrawDelegate : Object
|
| ----------------------------------------------------------------------------
\----------------------------------------------------------------------------*/

#import <appkit/appkit.h>

@interface SpiderDrawDelegate:Object
{
    id gameCardPiles[10];
}

/*----------------------------------------------------------------------------
|
|    CardPileView delegation methods
|
\---------------------------------------------------------------------------*/

- setGameCardPileViews:(id *)theViews;
- clickedCard:aCard in:drawCardPileView;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.