This is list.h in view mode; [Download] [Up]
struct list
{
int x,y;
float fx, fy;
struct list *next, *last;
float time;
float velocity;
float n;
};
typedef struct list LIST;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.