This is GameModuleAdditions.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*--------------------------------------------------------------------------- |---------------------------------------------------------------------------- | | GameModule : NSObject | | Abstract superclass. Game modules (.solitaire) must have a controller | which is a subclass of GameModule. | |---------------------------------------------------------------------------- \---------------------------------------------------------------------------*/ #import <AppKit/AppKit.h> #import <Solitaire/GameModule.h> @class GamePref; @interface GameModule (SolitaireDependentAdditions) /*" Win/lose actions "*/ - (void) win; /*" Setup "*/ - (void) commonGameSetup; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.