Rename shapes_collision_ellipses to shapes_ellipse_collision and fix header

This commit is contained in:
Ziya 2026-04-17 20:51:44 +04:00
parent 965c3cb3eb
commit dca7e65a5c
2 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,18 @@
/*******************************************************************************************
*
* raylib [shapes] example - collision ellipses
* raylib [shapes] example - ellipse collision
*
* Example complexity rating: [] 2/4
*
* Example originally created with raylib 5.5, last time updated with raylib 5.5
*
* Example contributed by Ziya (@Monjaris)
*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*
* Copyright (c) 2025 Ziya (@Monjaris)
*
********************************************************************************************/
#include "raylib.h"
@ -121,9 +127,7 @@ int main(void)
}
// De-Initialization
//--------------------------------------------------------------------------------------
CloseWindow();
//--------------------------------------------------------------------------------------
return 0;
}

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB