ftp.nice.ch/Attic/openStep/games/Solitaire.3.1.s.tgz#/Solitaire.3.1/Games/Klondike/DrawPileDelegate.h

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

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


/*---------------------------------------------------------------------------
| ---------------------------------------------------------------------------
|
|    DrawPileDelegate : NSObject
|
| ----------------------------------------------------------------------------
\----------------------------------------------------------------------------*/

#import <AppKit/AppKit.h>

@class CardPileView;
@class CardPile;
@class Card;


@interface DrawPileDelegate : NSObject
{
    CardPileView*	discardCardPileView;
    CardPile* 		recycleCardPile;
    int				maxIndex;
}

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

- (void) setDiscardCardPileView:(CardPileView*)theView;
- (void) setDrawCardCount:(int)theCount;
- (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.