This is FlyLogic.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "Fly.h" @interface FlyLogic:Object { NXRect bounds; } - setBoundsRect:(NXRect *)r; - getNewHeading:(Fly *)fly; - getStateAndTurn:(Fly *)fly; - adjustPosition:(Fly *)fly; - randomPosition:(Fly *)fly; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.