This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | BALL_WIDTH 20 |
| Width of ball in pixels. | |
| #define | BALL_HEIGHT 20 |
| Height of ball in pixels. | |
| #define | BALL_SIZE 600 |
| The size matters. :) The size of the array in bytes. 20 * 20 * 12 / 8. | |
Variables | |
| const unsigned char | ball [BALL_SIZE] |
Definition in file ball.h.
1.5.1