This is GamePref.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */
/*----------------------------------------------------------------------------
|-----------------------------------------------------------------------------
|
| GamePref : Object
|
|-----------------------------------------------------------------------------
\----------------------------------------------------------------------------*/
#import <appkit/appkit.h>
#import "CardSet.subproj/cardset.h"
@interface GamePref:Object
{
char *gameName;
}
- setGameName:(const char *)name;
- registerPrefs;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.