#include #include "timer.h" #define NUMBALLS 1000 struct Ball {float x, y, z, Size;} Balls [NUMBALLS]; void Setup (void) { int i; for (i=0; i