summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.json
diff options
context:
space:
mode:
authorJeffery Myers <[email protected]>2024-06-11 02:51:49 -0700
committerGitHub <[email protected]>2024-06-11 11:51:49 +0200
commit2609211207419ceab2e00113b4a442bfdab434d3 (patch)
treeac8623f16cdd6b99e478921bf9c9bf26ebaa994e /parser/output/raylib_api.json
parent0fc4b619065291a06787fe38388d1318f7ecfc12 (diff)
downloadraylib-2609211207419ceab2e00113b4a442bfdab434d3.tar.gz
raylib-2609211207419ceab2e00113b4a442bfdab434d3.zip
[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>
Diffstat (limited to 'parser/output/raylib_api.json')
-rw-r--r--parser/output/raylib_api.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index 961578e5..1a38c03a 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -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"
},
{