/**
* An Entity is an object (generalized to be spherical, having only a radius dimension) which has
* velocity, position, radius, and mass. This gravitational tree contains many entities and it moves
* them around according to the gravity they exert on each other.
*/
typedef struct Entity Entity;
void *;
void *;
void *;
void ;