Searched defs:sphere (Results 1 – 1 of 1) sorted by relevance
70 struct sphere { struct71 struct sphere *p; /* pointer to next structure */ argument72 char x,y,lev; /* location of the sphere */ argument73 char dir; /* direction sphere is going in */ argument74 char lifetime; /* duration of the sphere */ argument