diff options
Diffstat (limited to 'balls.c')
| -rw-r--r-- | balls.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,8 @@ enum { WIDTH = 640, HEIGHT = 640, - FPS = 60, +}; +enum { MS_PER_S = 1000, FRAME_TIME_MS = MS_PER_S / FPS, }; |
| index : balls | ||
| Bouncing balls simulation. | Sam Anthony |
| summaryrefslogtreecommitdiffstats |