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.