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

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

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

/*--------------------------------------------------------------------------
|---------------------------------------------------------------------------
|
|	DiscardCardPileDelegate : Object
|
|	An instance of this class acts as a delegate for messages from the 
|	Discard Piles in the Pyramid solitaire game.
| --------------------------------------------------------------------------
\--------------------------------------------------------------------------*/

#import <appkit/appkit.h>

@interface DiscardCardPileDelegate:Object
{
}

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

- (BOOL)canAcceptPile:aCardPile from:sender in:discardCardPileView;
- acceptPile:aCardPile in:discardCardPileView;

@end

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