diff options
Diffstat (limited to 'balls.c')
| -rw-r--r-- | balls.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ enum { BG = DWhite, WALLS = DBlack, - WIDTH = 960, - HEIGHT=640, + WIDTH = 1280, + HEIGHT=720, KEY_QUIT = 'q' , |
| index : balls | ||
| Bouncing balls simulation. | Sam Anthony |
| summaryrefslogtreecommitdiffstats |