Searched defs:sphere (Results 1 – 1 of 1) sorted by relevance
67 struct sphere { struct68 struct sphere *p; /* pointer to next structure */ argument69 char x, y, lev; /* location of the sphere */ argument70 char dir; /* direction sphere is going in */ argument71 short lifetime; /* duration of the sphere */ argument