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

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

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


/*--------------------------------------------------------------------------
| --------------------------------------------------------------------------
|
|    TenpileTempDelegate :Object
|
|    << Description >>
|
| --------------------------------------------------------------------------
\---------------------------------------------------------------------------*/

#import <appkit/appkit.h>

@interface TenpileTempDelegate:Object
{
    id suitCardPileViews[4];
}

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

- setSuitCardPileViews:(id [])theViews;
- doubleClickedCard:aCard in:aCardPileView;
- (BOOL)canAcceptPile:aCardPile from:sender in:aCardPileView;
- (BOOL)draggedPile:aCardPile from:discardCardPileView;

@end

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