This is SpiderDrawDelegate.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */
/*---------------------------------------------------------------------------
| ---------------------------------------------------------------------------
|
| SpiderDrawDelegate : Object
|
| ----------------------------------------------------------------------------
\----------------------------------------------------------------------------*/
#import <AppKit/AppKit.h>
@class CardPileView;
@class Card;
@interface SpiderDrawDelegate : NSObject
{
CardPileView* gameCardPiles[10];
}
/*----------------------------------------------------------------------------
|
| CardPileView delegation methods
|
\---------------------------------------------------------------------------*/
- (void) setGameCardPileViews:(id *)theViews;
- (void) clickedCard:(Card*)aCard in:(CardPileView*)drawCardPileView;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.