ftp.nice.ch/Attic/openStep/games/Solitaire.3.1.s.tgz#/Solitaire.3.1/Games/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>

@class CardPileView;
@class Card;


@interface SpiderDrawDelegate : NSObject
{
    CardPileView* gameCardPiles[10];
}

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

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

@end

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