This is PyramidPrefs.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*---------------------------------------------------------------------------- |----------------------------------------------------------------------------- | | PyramidPrefs : GamePref | |----------------------------------------------------------------------------- \----------------------------------------------------------------------------*/ #import <appkit/appkit.h> #import "../Solitaire/GamePref.h" #import "../Solitaire/CardSet.subproj/cardset.h" @interface PyramidPrefs:GamePref { id score; int theScore; } - registerPrefs; - (int)pyramidScore; - setPyramidScore:(int)aScore; - resetScore:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.