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