This is Rules.m in view mode; [Download] [Up]
// Rules.m -- rule object, to be overridden // C King Software, 9/92 #import "Rules.h" @implementation Rules - (void)restart :(int)cold {} - (void)resize {} - (void)compute :(screen_image *)to_screen {} @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.