ftp.nice.ch/Attic/openStep/games/Solitaire.3.1.s.tgz#/Solitaire.3.1/Games/FortyThieves/FTDrawDelegate.h

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

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


/*---------------------------------------------------------------------------
| ---------------------------------------------------------------------------
|
|    FTDrawDelegate : NSObject
|
| ----------------------------------------------------------------------------
\----------------------------------------------------------------------------*/

#import <AppKit/AppKit.h>

@class CardPileView;
@class Card;


@interface FTDrawDelegate : NSObject
{
    CardPileView* discardPileView;
}

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

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