This is Rules.h in view mode; [Download] [Up]
// Rules.h -- rule object, to be overridden
// C King Software, 9/92
#import <objc/Object.h>
@interface Rules:Object
{
}
- (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.