ftp.nice.ch/pub/next/games/action/ROBOTS.s.tar.gz#/ROBOTS/aRobot.h

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

#define FAST 2
#define NORMAL 1
#define DEAD 0
typedef struct _robot
{
    int                 x,
                        y;
    int                 idnumber;
    int			speed;
    id			occupiedSquare;		
}                   aRobot;

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