[SHAPES] Make functions that draw point arrays take them as const (#4051)

* Update raylib_api.* by CI

* make functions that take a pointer to an array take them as const pointers

* Update raylib_api.* by CI

* fix comment alignment.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jeffery Myers
2024-06-11 02:51:49 -07:00
committed by GitHub
parent 0fc4b61906
commit 2609211207
7 changed files with 61 additions and 61 deletions

View File

@ -5345,7 +5345,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6022,7 +6022,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6041,7 +6041,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6145,7 +6145,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6168,7 +6168,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6191,7 +6191,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6214,7 +6214,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6237,7 +6237,7 @@
"returnType": "void",
"params": [
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -6644,7 +6644,7 @@
"name": "point"
},
{
"type": "Vector2 *",
"type": "const Vector2 *",
"name": "points"
},
{
@ -9613,7 +9613,7 @@
"returnType": "void",
"params": [
{
"type": "Vector3 *",
"type": "const Vector3 *",
"name": "points"
},
{