This is SpiderPrefs.m in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ #import "SpiderPrefs.h" @implementation SpiderPrefs /*--------------------------------------------------------------------------- | | - registerPrefs | | returns: (id) self | |---------------------------------------------------------------------------- | | Register the preferences for this game. Called automatically. | \---------------------------------------------------------------------------*/ - registerPrefs { /* remove this line and add your own code if your module has preferences */ [super registerPrefs]; return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.