Le Type packet

typedef struct
{
  vector pos;
  int score;
  int direction;
} packet;



Guillaume Libersat 2005-03-03