This is TenpilePrefs.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*---------------------------------------------------------------------------- |----------------------------------------------------------------------------- | | TenpilePrefs : GamePref | |----------------------------------------------------------------------------- \----------------------------------------------------------------------------*/ #import <AppKit/AppKit.h> #import <Solitaire/GamePref.h> #import <Solitaire/CardSet.h> @interface TenpilePrefs : GamePref { int hiddenCards; id hiddenCardsMatrix; } - (void) registerPrefs; - (void) saveHiddenCards:sender; - (int) hiddenCards; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.