ftp.nice.ch/pub/next/games/action/xox/XoxWars94.NI.bs.tar.gz#/pack/XoxWars.bproj/TrackMander.h

This is TrackMander.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

#import "Commander.h"
#import "Tracker.h"

@interface TrackMander:Commander
{
    List*	tracks;
}

- init;

// Overrides Commander to add "Trackers" for each Ship.
- addShip:ship;
- addTrack:track;

// Assign targets to ships, and call -track:
- oneStep:scenario;

// Use the tracker to intelligently chase down targets
- track:(Tracker*)track;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.