ftp.nice.ch/Attic/openStep/games/Solitaire.3.1.s.tgz#/Solitaire.3.1/Games/Klondike/KlondikePrefs.h

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

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

/*----------------------------------------------------------------------------
|-----------------------------------------------------------------------------
|
|    KlondikePrefs : GamePref
|
|-----------------------------------------------------------------------------
\----------------------------------------------------------------------------*/


#import <AppKit/AppKit.h>
#import <Solitaire/GamePref.h>
#import <Solitaire/CardSet.h>


@interface KlondikePrefs:GamePref
{
    id cardsToDrawMatrix;
    int cardsToDraw;
}

- (void) saveCardsToDraw:sender;
- (int) cardsToDraw;

@end

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