summaryrefslogtreecommitdiffstats
path: root/balls.c
diff options
context:
space:
mode:
Diffstat (limited to 'balls.c')
-rw-r--r--balls.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/balls.c b/balls.c
index ef11527..1d89f29 100644
--- a/balls.c
+++ b/balls.c
@@ -14,16 +14,10 @@
#define nelem(arr) (sizeof(arr) / sizeof(arr[0]))
-#define RMIN 0.05 /* Minimum radius. */
-#define RMAX 0.15 /* Maximum radius. */
-#define VMAX_INIT 5.0 /* Maximum initial velocity. */
-
enum {
MS_PER_S = 1000,
FRAME_TIME_MS = MS_PER_S / FPS,
};
-enum { KEY_QUIT = 'q' };
-enum { NBALLS_DEFAULT = 3 };
const Rect bounds = { {-1.0, -1.0}, {1.0, 1.0} };