This is Template.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */
/*---------------------------------------------------------------------------
|----------------------------------------------------------------------------
|
| Template:GameModule
|
| Sample Solitaire module.
|
| CREDITS
|
| Gary Ritchie<gary@uaneuro.uah.ualberta.ca>
| -- design, implementation, documentation
|
|----------------------------------------------------------------------------
\---------------------------------------------------------------------------*/
#import <AppKit/AppKit.h>
#import <Solitaire/GameModule.h>
@interface Template : GameModule
{
}
/*" Our single instance "*/
+ (Template*) sharedInstance;
/*" Initialization/deallocation "*/
- initFromBundle:(NSBundle*)aBundle withName:(NSString*)name;
/*" Game specific "*/
- (void) setupGame:(BOOL)redeal;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.