diff options
Diffstat (limited to 'examples/shapes/shapes_following_eyes.c')
| -rw-r--r-- | examples/shapes/shapes_following_eyes.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/shapes/shapes_following_eyes.c b/examples/shapes/shapes_following_eyes.c index 9ded4feb..955121ae 100644 --- a/examples/shapes/shapes_following_eyes.c +++ b/examples/shapes/shapes_following_eyes.c @@ -13,6 +13,9 @@ #include <math.h> // Required for: atan2f() +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
