ftp.nice.ch/pub/next/science/biology/HodgePodge.3.0.N.bs.tar.gz#/HodgePodge3/Rules.m

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.