diff options
Diffstat (limited to 'examples/shapes/shapes_bouncing_ball.c')
| -rw-r--r-- | examples/shapes/shapes_bouncing_ball.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/shapes/shapes_bouncing_ball.c b/examples/shapes/shapes_bouncing_ball.c index 1f8ab8d9..81817d77 100644 --- a/examples/shapes/shapes_bouncing_ball.c +++ b/examples/shapes/shapes_bouncing_ball.c @@ -11,6 +11,9 @@ #include "raylib.h" +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
